!important
程序员文章站
2022-05-08 21:10:08
...
!important提升指定样式规则的应用优先权。
ps:IE6及更早浏览器下,!important在同一条样式内不生效。
div{color:#f00!important;color:#000;}
在上述代码中,IE6及以下浏览器div的文本颜色为#000,!important并没有覆盖后面的规则;其它浏览器下div的文本颜色为#f00。
div{color:#f00!important;}
div{color:#000;}
在上述代码中,IE6及以下浏览器中div的文本颜色表现与其它浏览器一致,都为#f00。
推荐阅读
-
原来CSS里的 !important 是如此用法
-
CSS中选择器优先级与!important权重使用
-
IE与现代浏览器下CSS的!important属性使用
-
English is important WebworkJavaJSPWeb
-
Health is the most important:)
-
逆向基础 Finding important/interesting stuff in the code (二) zing
-
HTML连载27-层叠性&优先级&!important用法
-
课时87. !important(掌握)
-
CSS中提升优先级属性!important的用法问题
-
Important Changes to Oracle Database Patch Sets Starting Wit