CSS方式支持IE6的fixed样式

_position:absolute;
_top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));
原文地址:https://www.cnblogs.com/dengnan/p/2883065.html