欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

IE6下fixed功能(expression)

程序员文章站 2022-04-03 15:58:19
...

*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表示距右、距右的距离。
相关标签: expression document