首页
网页特效库
网页特效库
导航菜单
按钮表单
背景特效
时间日期
图片特效
鼠标特效
文本操作
窗口页面
状态栏类
警告对话
综合应用
游戏娱乐
首页
>
特效
>
综合应用
> 正文
流行的首页大屏幕广告代码
2009-12-24 综合应用 144℃
<html><head> <title>流行的首页大屏幕广告代码 www.zlcool.com</title> <script type="text/javascript" language="javascript"> //by www.zlcool.com var time = 500; var h = 0; function addCount() { if(time>0) { time--; h = h+5; } else { return; } if(h>120) //高度 { return; } document.getElementById("ads").style.display = ""; document.getElementById("ads").style.height = h+"px"; setTimeout("addCount()",30); } window.onload = function showAds() { addCount(); setTimeout("noneAds()",7000); //停留时间自己适当调整 } </script> <script type="text/javascript" language="javascript"> var T = 120; var N = 120; //高度 function noneAds() { if(T>0) { T--; N = N-5; } else { return; } if(N<0) { document.getElementById("ads").style.display = "none"; return; } document.getElementById("ads").style.height = N+"px"; setTimeout("noneAds()",30); } </script> </head> <body topmargin="0" leftmargin="0" rightmargin="0"> <div id="ads" style="margin:auto; display:none; overflow:hidden" align="center"> <div align="center"> <table border="0" width="778" cellpadding="0" bgcolor="#000000" style="border-collapse: collapse" height="120" bordercolor="#C0C0C0"> <tr> <td> <p align="center"><b><a target="_blank" href="http://www.zlcool.com"> <font color="#FFFF00">www.zlcool.com 这里是放广告的地方,通常放FLASH通栏广告</font></a></b></td> </tr> </table> </div> </div> <div align=center style="margin:auto;"> <div align="center"> <table border="0" width="778" cellpadding="0" bgcolor="#F7F7F7" style="border-collapse: collapse" height="100%"> <tr> <td>这里是网站主体</td> </tr> </table> </div> </div> </body> </html>
相关特效代码
无相关信息
热门特效代码
腾讯天气预报的JS代码
点击“添加收藏”代码
多款表格边框单元格特殊效果代码
CSS 横向图片列表
网站连接速度测试JavaScript代码
用CSS为表格添加阴影效果
综合搜索引擎代码
超级计数器网页特效代码
强迫访问广告链接代码
nVida 网站图片滑动切换代码
推荐特效代码
强迫访问广告链接代码
点击“添加收藏”代码
CSS 横向图片列表
常用的对联广告带关闭功能
极品仿windows进度条效果
漂亮的触发行变色代码