//css样式中:
.go{width:47px;height:106px;background:#FFF;position:fixed;_position:absolute;_top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||200)-(parseInt(this.currentStyle.marginBottom,10)||0)));right:12px;_right:-47px;bottom:25%;border-radius:5px;box-shadow:0 0 2px #6E6E6E}
.go a{background:url(http://img.lanrentuku.com/img/images/a.png) no-repeat;display:block;width:37px;margin:5px;border:0;overflow:hidden;float:left}
.go .top{background-position:0 -33px;height:22px}
.go .feedback{background-position:0 -54px;height:32px}
.go .bottom{background-position:0 -88px;height:22px}
.go .top:hover{background-position:-38px -33px}
.go .feedback:hover{background-position:-38px -54px}
.go .bottom:hover{background-position:-38px -88px}
html中:
<div class="go">
<a title="返回顶部" class="top" href="#gotop"></a>
<a title="意见反馈" class="feedback" href="/plus/guestbook.php" target="_blank"></a>
<a title="返回底部" class="bottom" href="#gobottom"></a>
</div>
<!--返回顶部--><a name="gotop"> </a>
<!--返回底部--><a name="gobottom"> </a>