首页 > 开发 > CSS > 正文

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

2024-07-11 08:36:17
字体:
来源:转载
供稿:网友


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

发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表