<div id="goTop_div" class="fixed ie"> </div>
css: css
.fixed{ position:fixed; /*對於火狐等其餘瀏覽器須要設置的*/ top:700px; /*同上*/ width:30px; height:30px; cursor:pointer; display:none; } .ie{ _position: absolute; _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); }