1.定位於右側底部:html
消除ie6下的抖動:*html{background-image:url(about:blank);background-attachment:fixed;} express
*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