`
yongguang423
  • 浏览: 108103 次
  • 性别: Icon_minigender_1
  • 来自: 山东
社区版块
存档分类
最新评论

Css Tips -解决IE 6不支持 fixed

 
阅读更多
      /**
       解决IE 6不支持 fixed
        IE6 hack
      */
        * html,html body{
            background-image: url("about:blank");
            background-attachment: fixed;
        }
        * html #menu {
            position: absolute;
            bottom: auto;
            top: expression(100+((e=document.documentElement.scrollTop)?e:document.body.scrollTop)+'px');
        }

 

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics