返回顶部图标固定在浏览器的右下角的相关文章可以在网上找到很多,但是同时兼容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)));
}
时间: 2024-10-31 01:07:39