`
yunmoxue
  • 浏览: 285006 次
  • 性别: Icon_minigender_1
  • 来自: 郑州
社区版块
存档分类
最新评论

ie6,ie9 css hack

    博客分类:
  • css
 
阅读更多
/*ie6 only*/
body{

  _background:blue;

}


/*ie9 only*/
:root body{

  background:gray\0;

}
 




----------ie9-------------------

:root 是 css3的写法

\0 是为了区别其他支持css3的非ie浏览器

\0的写法 ie8,ie9都支持,将来的ie10可能也会支持..谨慎使用..



参考资料:
ie6~ie9 hack 写法

巧用CSS3属性作为CSS hack

IE8的css hack

IE9的css hack

 

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics