《
CSS hack区分不同浏览器的写法》文章地址:http://www.tfxk.com/wangzhanyouhua/0302330b2013.htm
--> [
网站建设之]CSS hack辨别不同阅读器的写法
CSS hack写法分辨不同浏览器IE6 IE7 firefox: 区别IE6与FF: background:orange;*background:blue;
区别IE6与IE7: background:green !important;background:blue;
差别IE7与FF: background:orange; *background:green;
区别FF,IE7,IE6: background:orange;*background:green !important;*background:blue;
注:IE都能辨认*;尺度浏览器(如FF)不能识别*; IE6能识别*,但不能识别 !important, IE7能识别*,也能识别!important; FF不能识别*,但能识别!important;
IE6 IE7 FF * √ √ × !important × √ √
弥补:IE6支持下划线,IE7跟firefox均不支撑下划线。
于是大家还能够这样来划分IE6,IE7,firefox
: background:orange;*background:green;_background:blue;
注:不论是什么方式,书写的次序都是firefox的写在前面,IE7的写在旁边,IE6的写在最后面。
Tag:IE6 IE7 Firefox CSS hack IE6 IE7 Firefox CSS hack
相关的主题文章:
(责任编辑:网站建设)
CSS hack区分不同浏览器的写法相关文章