当前位置: 代码迷 >> Web前端 >> 解决ie6下fixed有关问题
  详细解决方案

解决ie6下fixed有关问题

热度:222   发布时间:2013-11-18 00:11:49.0
解决ie6下fixed问题
*html{background-image:url(about:blank);background-attachment:fixed;}/*解决IE6下滚动抖动的问题*/
#tbox{width:47px; height:73px; float:right; position:fixed;
_position:absolute;
_bottom:auto;
_top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));
_margin-bottom:10px;
}/*解决IE6下不兼容 position:fixed 的问题*/
  相关解决方案