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

1.定位于右侧底部:

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

*html{background-image:url(about:blank);background-attachment:fixed;} 
.backto-top{ 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的位置。 

原文地址:https://www.cnblogs.com/qiangspecial/p/3106052.html