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

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

[发布] 顶部广告播放完自动收起代码!很多网站用过这个 ……大家看下

[复制链接]
mooloong 发表于 2010-10-25 21:14:36 | 显示全部楼层 |阅读模式
Discuz!模板
适用版本: Discuz! X1.5
语言编码: GBK简体 UTF8简体 BIG5繁体 UTF8繁体 
风格转换者: 原创
本帖最后由 mooloong 于 2010-10-26 16:33 编辑

大家现在展示,
http://www.maodoo.com/portal/portal.php
不需要就不用弄了,麻烦!
首页在要加的页面添加一个静态页面

添加上这些代码 :

(拉伸框的大小,图片大小,图片地址,都可以修改。)
  1. <head>
  2.     <title>猫朵网广告展示</title>
  3.    <script type="text/javascript" language="javascript">
  4.     var time = 500;
  5.     var h = 0;
  6.     function addCount()
  7.     {
  8.         if(time>0)
  9.         {
  10.             time--;
  11.             h = h+5;
  12.         }
  13.         else
  14.         {
  15.             return;
  16.         }
  17.         if(h>300)  //高度
  18.         {
  19.             return;
  20.         }
  21.         document.getElementById("ads").style.display = "";
  22.         document.getElementById("ads").style.height = h+"px";
  23.         setTimeout("addCount()",30);
  24.     }
  25.    
  26.     window.onload = function showAds()
  27.     {
  28.         addCount();
  29.         setTimeout("noneAds()",7000); //停留时间自己适当调整
  30.     }
  31.     </script>
  32.    
  33.     <script type="text/javascript" language="javascript">
  34.     var T = 300;
  35.     var N = 300; //高度
  36.     function noneAds()
  37.     {
  38.         if(T>0)
  39.         {
  40.             T--;
  41.             N = N-5;
  42.         }
  43.         else
  44.         {
  45.             return;
  46.         }
  47.         if(N<0)
  48.         {
  49.             document.getElementById("ads").style.display = "none";
  50.             return;
  51.         }
  52.         
  53.         document.getElementById("ads").style.height = N+"px";
  54.         setTimeout("noneAds()",30);
  55.     }
  56.     </script>
  57. </head>
  58. <body>
  59.     <form id="form1" runat="server">
  60.     <div id="ads" style="margin:auto; display:none; width:950px; top:0px; height:0px; border:solid 1px #000; background-color:#fafafa; overflow:hidden; text-align:center;">
  61.         <img src="http://www.maodoo.com/img/topad.jpg" width="950" height="300" alt="" />
  62.     </div>
  63.     </form>
  64. </body>
  65. </html></font>
复制代码

 楼主| mooloong 发表于 2010-10-25 21:21:52 | 显示全部楼层
回复

使用道具 举报

 楼主| mooloong 发表于 2010-10-25 21:32:55 | 显示全部楼层
回复

使用道具 举报

 楼主| mooloong 发表于 2010-10-25 21:37:57 | 显示全部楼层
回复

使用道具 举报

 楼主| mooloong 发表于 2010-10-25 21:40:14 | 显示全部楼层
回复

使用道具 举报

 楼主| mooloong 发表于 2010-10-25 21:43:12 | 显示全部楼层
回复

使用道具 举报

huo70 发表于 2010-10-25 21:46:49 | 显示全部楼层
这个一直都想要,终于有了。谢谢!做个记号
回复

使用道具 举报

 楼主| mooloong 发表于 2010-10-25 21:50:23 | 显示全部楼层
回复

使用道具 举报

阿飞兔 发表于 2010-10-25 21:54:37 | 显示全部楼层
很实用的功能
回复

使用道具 举报

 楼主| mooloong 发表于 2010-10-25 21:55:32 | 显示全部楼层
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-6-26 09:16 , Processed in 0.112229 second(s), 18 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

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