css hack: firefox 3/IE6/IE7
#firefox3, x:-moz-any-link, x:default {/* Firefox 3 style */
height:200px;
background-color:#f00;
}
*+html .ie7{
/*IE7*/
height:200px;
background-color:#0f0;
}
*html .ie6{
/*IE6*/
height:200px;
background-color:#00f;
}
页:
[1]