网页制作需要了解的IE8、IE7、IE6、Firefox3、Firefox2的CSS hacks_ Div+Css教程-查字典教程网
网页制作需要了解的IE8、IE7、IE6、Firefox3、Firefox2的CSS hacks
网页制作需要了解的IE8、IE7、IE6、Firefox3、Firefox2的CSS hacks
发布时间:2016-12-27 来源:查字典编辑
摘要:.test{color:/***/#00f9;/*IE8*/}.test,.test:-moz-any-link{color:#f60;/*...

.test{

color:/***/#00f9; /* IE8 */

}

.test,

.test:-moz-any-link{

color:#f60; /* Firefox2 */

}

.test,

.test:default{

color:#000; /* Firefox3 */

*color:#f00; /* IE7 */

_color:#0f0; /* IE6 */

}

可同时区分IE8、IE7、IE6、Firefox的CSS hacks:

CSS代码

.test{

color:#000; /* Firefox */

color:/***/#00f9; /* IE8 */

*color:#f00; /* IE7 */

_color:#0f0; /* IE6 */

}

关于IE8的hacks:

CSS代码

.test{

color:/***/#00f9; /* IE8 only */

color:#00f9; /* 适用于所有IE版本 */

}

相关阅读
推荐文章
猜你喜欢
附近的人在看
推荐阅读
拓展阅读
  • 大家都在看
  • 小编推荐
  • 猜你喜欢
  • 最新 Div+Css教程学习
    热门 Div+Css教程学习
    网页设计子分类