<head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>无标题文档</title> <style type="text/css"> *{margin:0;padding:0;} .main{width:960px;background:#eee;border:#ccc solid 1px;height:2000px;margin:0 auto;} #gotop{width:30px;height:80px;position:fixed;left:50%;margin-left:480px;top:85%;background:#930;cursor:pointer;display:none;} </style> <script type="text/javascript"> window.onload = function(){ var gotop= document.getElementById("gotop"); gotop.onclick=function(){ window.scroll(0,0); }} document.onscroll = function(){ var gotop= document.getElementById("gotop"); if(window.scrollY>200) {gotop.style.display = "block"; } else {gotop.style.display = "none"; }} </script> </head> <body> <div class="main"> <p>content</p> <p></p><p>content</p> <p></p><p>content</p> <p></p><p>content</p> <p></p><p>content</p> <p></p><p>content</p> <p></p><p>content</p> <p></p><p>content</p> <p></p><p>content</p> <p></p><p>content</p> <p></p><p>content</p> <p></p><p>content</p> <p></p><p>content</p> <p></p><p>content</p> <p></p><p>content</p> <p></p><p>content</p> <p></p><p>content</p> <p></p><p>content</p> <p></p><p>content</p> <p></p><p>content</p> <p></p><p>content</p> <p></p><p>content</p> <p></p><p>content</p> <p></p><p>content</p> <p></p><p>content</p> <p></p><p>content</p> <p></p><p>content</p> <p></p><p>content</p> <p></p><p>content</p> <p></p> </div> <div id="gotop">返回顶部</div> </body> </html>