今天有個項目需要做固定的回到頂部的圖示,固定定位在i6下面是不支援的,需要通過js控制。
- <div id="gotop" style="position:fixed;right:0px;
- bottom:0px;
- float:right;
- _position:absolute;
- _bottom:auto;
- _top:expression(
- eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0))); right:0px; zoom:1;">
- <a href="#">
- <div style="width:51px;height:51px;background:url(<{$home}>/p_w_picpaths/top.jpg);"></div>
- </a>
- </div>