当前位置: 代码迷 >> HTML/CSS >> ie6 css 回来顶部图标固定在浏览器右下角
  详细解决方案

ie6 css 回来顶部图标固定在浏览器右下角

热度:344   发布时间:2013-10-22 16:16:51.0
ie6 css 返回顶部图标固定在浏览器右下角
#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)));
}


  相关解决方案