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表示距右、距右的距离。