html部分:
/在顶部的地方放一个锚/
a href="#" class="cd-top"
css部分:
.cd-top {
display: inline-block;
height: 40px;
width: 40px;
position: fixed;
bottom: 40px;
right: 10px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
/* image replacement properties /
overflow: hidden;
text-...
http://www.cnblogs.com/fish-li/archive/2011/07/17/2108884.html