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

CSS中!important的功用-浏览器兼容性

2013-12-26 
CSS中!important的作用--浏览器兼容性?例一:#box{background-color: #ffffff !important background-colo

CSS中!important的作用--浏览器兼容性

?例一:

#box{background-color: #ffffff !important; background-color: #000000;}

?那么在支持该语法的浏览器,如Firefox、Opera中,能够理解!important的优先级,背景显示#ffffff颜色,而在IE中则显示#000000.

?

热点排行