页面返回顶部
时间:2014-05-09 11:00:39
收藏:0
阅读:331
html标签: 锚链接
<style> #goTop{ display:block; position: fixed; bottom: 10px; right: 10px; width: 80px; height: 80px; border-radius: 40px; background-color: gray; cursor: pointer;} </style> <a id="goTop" href="#topHref"></a> <a id="topHref"></a>
js代码:
scroll(0,0);
评论(0)