当前位置: 网站建设 > 网站优化 >

CSS hack区分不同浏览器的写法

时间:2013-03-02 03:14来源:未知 作者:admin 点击:

标签:CSS hack区分不同浏览器的写法 区分(8)hack(27)写法(8)网站建设(1202)CSS(655)浏览器(54)不同(24)
--> [网站建设之]CSS hack辨别不同阅读器的写法 CSS hack写法分辨不同浏览器IE6 IE7 firefox: 区别IE6与FF: background:orange;*background:blue; 区别IE6与IE7: background:green!important;background:blue; 差别IE7与FF: background:orange;*backgroun
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区分不同浏览器的写法相关文章
上一篇:3个简单却重要的CSS技巧 下一篇:一个即将毕业的学生对于疯狂猜图答案的感悟
回到顶部