首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > Web前端 >

关心IE6中!important的有关问题

2012-11-09 
关心IE6中!important的问题关心IE6中!important的问题,我们知道!important是优先级是最高的,在IE6中使用!i

关心IE6中!important的问题

关心IE6中!important的问题,我们知道!important是优先级是最高的,在IE6中使用!important,有时候有用,有时间没用,这是IE6的一个Bug,网上很多资料说IE6不支持important,其实是这一种误解,本人经过测试,IE的确支持!important,看看下面的代码:

?

.box{width:100px; height:100px; background:green; background:red!important;}<div style="width: 100px; height: 100px; background: red; color: white; margin: auto;">FF,OP,SA,IE6 7 8 9 10</div>
?



OK,亲,你会发现显示是红色的。明白了吧,呵呵。

热点排行