码迷,mamicode.com
首页 > Web开发 > 详细

css区分ie6,7,ff

时间:2015-08-06 14:51:49      阅读:136      评论:0      收藏:0      [点我收藏+]

标签:

IE6能识别*,但不能识别 !important,
IE7能识别*,也能识别!important;
FF不能识别*,但能识别!important;

可以这样区别FF,IE7,IE6:
background:green !important; background:orange; *background:blue;
 
另外再补充一个,下划线”_“,IE6支持下划线,IE7和firefox均不支持下划线。
于是大家还可以这样来区分firefox,IE7,IE6:
background:green!important; *background:orange; _background:blue;

注:不管是什么方法,书写的顺序都是firefox的写在前面,IE7的写在中间,IE6的写在最后面。

css区分ie6,7,ff

标签:

原文地址:http://www.cnblogs.com/alexandra/p/4707881.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!