Position:fixed in IE6

真是恶心的东西。。。要不是少数某些人的不良使用习惯就打算不管它了。。

.top_nav{ position: absolute; overflow: hidden; height: 100%; width:41px; top:expression(eval(document.compatMode && document.compatMode==’CSS1Compat’) ? documentElement.scrollTop +(documentElement.clientHeight-this.clientHeight) - 1 : document.body.scrollTop +(document.body.clientHeight-this.clientHeight) - 1); left:0; } @media screen{ body>div.top_nav { position: fixed; top:0; } }


Position:fixed in IE6
https://ceilwoo.com/2008/10/28/positionfixed-in-ie6/
作者
Ceil
发布于
2008年10月28日
许可协议