css返回顶部图标固定在浏览器右下角且兼容ie6
返回顶部图标固定在浏览器的右下角的相关文章可以在网上找到很多,但是同时兼容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)));
}
本文网址:https://www.dedexuexi.com/divcss/llqjr/2082.html
本站部分文章搜集与网络,如有侵权请联系本站,转载请说明出处。