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{ 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的位置。 

posted @ 2013-05-29 15:21  金帛  阅读(209)  评论(0编辑  收藏  举报