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

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

可关闭自动、手动收缩广告代码

[复制链接]
快乐草民 发表于 2010-2-22 13:08:02 | 显示全部楼层
没有说明怎么安装?
回复

使用道具 举报

zqxsport 发表于 2010-2-22 14:31:46 | 显示全部楼层
哇塞,好厉害,顶一个先~
回复

使用道具 举报

itbiao 发表于 2010-2-22 14:42:30 | 显示全部楼层
能下载吗?
回复

使用道具 举报

itbiao 发表于 2010-2-22 14:43:04 | 显示全部楼层
我要金币啊。。。。
回复

使用道具 举报

neiyiclub 发表于 2010-2-23 02:02:27 | 显示全部楼层
我买了。呵呵。是放在 /HEAD 之前 就可以了。代码如下:
  1. <style type="text/css">
  2. <!--
  3. body { margin:0;background:#fffff; }
  4. img { border:0; }
  5. -->
  6. </style>
  7. <script type="text/javascript">
  8. <!--
  9. var nowheight=0;    //初始广告层高度
  10. var maxheight=354;    //广告层最大高度
  11. var adobj;
  12. var opendiv;
  13. var closdiv;
  14. var addfunc;
  15. var handobj;
  16. var reducefunc;         
  17. var speed=7;        //层卷动速度
  18. function showtopad() {
  19.     adobj=document.getElementById("bigad");
  20.     opendiv=document.getElementById("opendiv");
  21.     closdiv=document.getElementById("closdiv");
  22.     if (nowheight<=0) {
  23.         opendiv.style.display="none";
  24.         adobj.style.display="block";
  25.         addfunc=setInterval("addheight()",1);
  26.     }
  27. }
  28. function closetopad() {
  29.     if (nowheight>0) {
  30.         callreduceheight();
  31.         if (typeof(handobj)=="number") {
  32.             clearTimeout(handobj);
  33.         }
  34.     }
  35. }
  36. function addheight() {
  37.     nowheight+=speed;
  38.     if (nowheight>maxheight) {  
  39.         clearInterval(addfunc);
  40.         closdiv.style.top=maxheight-30;
  41.         closdiv.style.display="block";
  42.         handobj=setTimeout("callreduceheight()",6000);
  43.         return;
  44.     }
  45.     adobj.style.height=nowheight+"px";
  46. }
  47. function callreduceheight() {
  48.     closdiv.style.display="none";
  49.     reducefunc=setInterval("reduceheight()",1);
  50. }
  51. function reduceheight() {
  52.     adobj.style.height=nowheight+"px";
  53.     nowheight-=speed;
  54.     if (nowheight<=0) {
  55.         clearInterval(reducefunc);
  56.         adobj.style.display="none";
  57.         opendiv.style.display="block";
  58.         return;
  59.     }
  60. }
  61. //-->
  62. </script>
  63. <body onload="showtopad()">
  64.     <div id="opendiv" style="position:absolute;top:3px;right:3px;z-index:10;padding:3px;border:1px #000 solid;display:none;cursor:hand;background:#fff;"><span onclick="showtopad()">重播</span></div>
  65.     <div id="closdiv" style="position:absolute;right:4px;z-index:10;padding:3px;border:1px #000 solid;display:none;cursor:hand;background:#fff;"><span onclick="closetopad()">关闭</span></div>
  66.      
  67.     <div id="bigad" style="width:1020px;height:0;overflow:hidden;display:none;">
  68.         <a href="http://www.neiyiclub.com/shop/index.php?app=search&cate_id=58" target="_blank">
  69.             <img src="http://www.neiyiclub.com/images/1020354.jpg">
  70.         </a>
  71.     </div>

  72.      
  73.      
  74. </body>
复制代码
回复

使用道具 举报

zhsyn 发表于 2010-2-23 02:05:42 | 显示全部楼层
提示: 作者被禁止或删除 内容自动屏蔽
回复

使用道具 举报

 楼主| 桥下街 发表于 2010-2-24 17:58:25 | 显示全部楼层
谢谢大家的支持。
回复

使用道具 举报

go226 发表于 2010-2-24 21:51:53 | 显示全部楼层
不错啊。。太棒了
回复

使用道具 举报

 楼主| 桥下街 发表于 2010-2-24 22:02:02 | 显示全部楼层
不错啊。。太棒了
go226 发表于 2010-2-24 21:51



    支持万岁
回复

使用道具 举报

go226 发表于 2010-2-24 22:52:10 | 显示全部楼层
不用万岁,一百岁就满足了
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-11-18 04:26 , Processed in 0.021984 second(s), 2 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

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