Discuz!官方免费开源建站系统

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

回到顶部代码

[复制链接]
gogolo 发表于 2009-4-27 12:56:34 | 显示全部楼层 |阅读模式
怎么把这个小正方形的回到顶部按钮换成图片
  1. <style>
  2. html,body{
  3.         height:1000px;
  4.         }
  5. #test{
  6.         height:50px;
  7.         width:50px;
  8.         background:#f60;
  9.         position:fixed;
  10.         bottom:100px;
  11.         right:0px;
  12.        display:none;
  13.         }
  14. </style>
  15. <!--[if lt IE 7]>
  16. <style type="text/css">
  17. #test{position:absolute;top:expression(eval(document.documentElement.scrollTop + 350));}
  18. </style>
  19. <![endif]-->
  20. </head>
  21. <body>
  22. <div id="test">
  23. </div>
  24. <script type="text/javascript">
  25.         idTest=document.getElementById('test');
  26.         idTest.onclick=function (){
  27.                 document.documentElement.scrollTop=0;
  28.                 sb();
  29.                 }
  30.         window.onscroll=sb;
  31.         function sb(){
  32.                 if(document.documentElement.scrollTop==0){
  33.                         idTest.style.display="none";
  34.                         }else{
  35.                                 idTest.style.display="block";
  36.                                 }
  37.                 }
  38. </script>
复制代码
webwindow 发表于 2009-4-27 13:27:18 | 显示全部楼层
不知道 帮你顶顶
www.weishanhome.com
回复

使用道具 举报

 楼主| gogolo 发表于 2009-4-27 14:52:49 | 显示全部楼层
回复

使用道具 举报

 楼主| gogolo 发表于 2009-4-27 17:27:44 | 显示全部楼层
再顶上去
回复

使用道具 举报

junjade 发表于 2009-4-27 17:36:56 | 显示全部楼层
本帖最后由 junjade 于 2009-4-27 17:38 编辑

直接<a href="yourdomain#"><img src="the image's address"></a>不就OK了啊,哈哈,注意#!!!
回复

使用道具 举报

happy175 发表于 2011-8-2 15:59:21 | 显示全部楼层
效果不错,就是在IE6中,有抖动的现象
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

手机版|小黑屋|Discuz! 官方站 ( 皖ICP备16010102号 )star

GMT+8, 2025-1-11 19:48 , Processed in 0.026805 second(s), 3 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

快速回复 返回顶部 返回列表