我是FE,也是Fe

前端来源于不断的点滴积累。我一直在努力。

统计

留言簿(15)

阅读排行榜

评论排行榜

IE 8 css Hack写法备忘

<style type="text/css">
  #hack{ width:200px; height:100px; border: 1px solid red; 
    background-color:blue;/*all browsers */
    background-color:gray\9;/*IE8 IE7 IE6*/
    *background-color:yellow;/*IE7 IE6*/
    _background-color:#ccc;/*IE6*/
    
  }
</style>

效果:

csshack

posted on 2009-04-16 09:57 衡锋 阅读(450) 评论(0)  编辑  收藏 所属分类: Web开发


只有注册用户登录后才能发表评论。


网站导航: