当前位置: 代码迷 >> Web前端 >> IE6上fixed功能(expression)
  详细解决方案

IE6上fixed功能(expression)

热度:414   发布时间:2012-10-25 10:58:58.0
IE6下fixed功能(expression)
*html #goTop{
    _position: absolute;
    _bottom:auto;
    _top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,20)||0)-(parseInt(this.currentStyle.marginBottom,20)||0)));
}



其中20表示距右、距右的距离。
  相关解决方案