posts - 403, comments - 310, trackbacks - 0, articles - 7
  BlogJava :: 首页 :: 新随笔 :: 联系 :: 聚合  :: 管理

CSS Hacks

Posted on 2007-05-14 11:17 ZelluX 阅读(313) 评论(0)  编辑  收藏 所属分类: Web
CSS hack是指我们为了兼容各浏览器,而使用的特别的css定义技巧。

例如
          #example {}  /*  Firefox */
* html #example {}  /*  IE6     */
*+html #example {}  /*  IE7     */
这段代码能够让不同的浏览器使用不同的样式

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


网站导航: