css返回顶部图标固定在浏览器右下角且兼容ie6

  发布时间:2013-10-20 09:52:23   作者:佚名   我要评论
返回顶部图标固定在浏览器的右下角的相关文章可以在网上找到很多,但是同时兼容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)));
}

相关文章

最新评论