今天去一老外站看到了這他站上的十分平滑但卻沒有js,好奇,原來。 。巧妙啊,分享下,相對而言比較節省資源。但效果好,使用方便,兼顧w3c。哈哈
ie-stuff.css
#footer {
position: absolute;
bottom: auto;
clear: both;
top:expression(eval( document.compatMode &&
document.compatMode=='CSS1Compat') ?
documentElement.scrollTop
(documentElement.clientHeight-this.clientHeight) - 1
: document.body.scrollTop
( document.body.clientHeight-this.clientHeight) - 1);
}