好得很程序员自学网

<tfoot draggable='sEl'></tfoot>

css的!important用法介绍_html/css_WEB-ITnose

css的!important用法介绍:
!important可以提升css语句的权重,下面就通过代码实例做一下简单介绍。
它有些浏览器兼容性问题,出在奇葩的IE6浏览器身上,不过问题不大,因为IE6的用户以后会越来越少直到绝迹。
代码如下:

      蚂蚁部落  #antzone{  width:150px;  height:100px;  background-color:green!important;}#antzone{  background-color:blue;}      

查看更多关于css的!important用法介绍_html/css_WEB-ITnose的详细内容...

  阅读:34次