首页 > Web开发 > 详细

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

时间:2015-11-26 18:21:32      阅读:227      评论:0      收藏:0      [点我收藏+]

复制代码
代码如下:

#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)));
}

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

原文:http://www.jb51.net/css/111526.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!