返回頂部圖標固定在浏覽器的右下角的相關文章可以在網上找到很多,但是同時兼容ie6的就不多了,本例為大家介紹的這段css樣式代碼就是可以兼容ie6的,感興趣的朋友可以參考下
復制代碼 代碼如下:
#e_float{
_position:absolute;
_bottom:auto;
_right:50%;
_margin-right:-536px;
_top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));
}