码迷,mamicode.com
首页 > 其他好文 > 详细

IE 样式属性前后缀兼容写法略统计

时间:2017-07-28 15:42:49      阅读:139      评论:0      收藏:0      [点我收藏+]

标签:nbsp   round   显示   写法   蓝色   绿色   bsp   属性   ie7   

总结 IE 兼容写法:

\9: IE6 IE7 IE8
*: IE6 IE7
_: IE6
*+: IE7

----------------------------------

书写位置:

background-color: #FF0000\9;    /*IE6、IE7、IE8会显示红色*/
*background-color: #0066FF;     /*IE6、IE7会变为蓝色*/
_background-color: #009933;     /*IE6会变为绿色*/

IE 样式属性前后缀兼容写法略统计

标签:nbsp   round   显示   写法   蓝色   绿色   bsp   属性   ie7   

原文地址:http://www.cnblogs.com/JaneBlog/p/7250210.html

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