loamy 发表于 2013-2-7 14:36:16

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]
查看完整版本: css hack: firefox 3/IE6/IE7