position:fixed;支持ie6,清楚ie6下抖动。

1.定位于右侧底部:

消除ie6下的抖动:*html{background-image:url(about:blank);background-attachment:fixed;}  

*html{background-image:url(about:blank);background-attachment:fixed;}
.backto-top{ width:35px; height:35px; overflow: hidden; z-index:1;position:fixed;bottom:0;margin-left:964px;*+position:absolute;*+top:expression((document.compatMode?documentElement.scrollTop:document.body.scrollTop) + (document.compatMode?documentElement.offsetHeight:document.body.offsetHeight) - 660 + 'px'); }//660是ie6下距离top的位置。

2.js

 



你可能感兴趣的:(清楚ie6下抖动,解决ie6下fixed)