技术库
技术手册
字体库
知识点 词汇表
联系我们
内容搜索
本站最新推出网站制作字体库。
WEB开发技术知识库
.Net技术
Asp技术
JSP技术
PHP技术
Silverlight
WEB其它杂谈
WEB制作相关
PhotoShop
网页三剑客
网页特效代码库
WEB技术相关
Windows专区
数据库开发
本站源码下载区
水晶报表
网站运营知识
网管知识专栏
软件工程
web技术文章推荐
web制作字体库
实用工具站点
在线翻译
Google在线翻译
百度在线 翻译
网站推广
提交百度搜索
提交Google搜索
Google Adsense
百度联盟
站长资源
中文网站排行 TOP100
全球网站排行 TOP500
ALEXA查询
Whois信息查询
中国web信息博物馆
在线备案
alexa资料提交(英)
域名ip信息查询(英)
本站技术群
qq群:37354847(网站技术)
qq群:16345988(网站运营)
qq群:63681552(网站技术)
当前位置:
WEB技术知识资源库(www.cn-web.com)
.:
WEB制作相关
.:
网页特效代码库
.:
可以向上收缩隐藏的广告特效代码
可以向上收缩隐藏的广告特效代码
可以向上收缩隐藏的广告特效代码
<html> <head> <script language="javascript"> function checktopAds() { return true; } function do_it() { if ( checktopAds() ) { var anim = function() { n += 5; if(n >= 450){ document.getElementById('topAds_chk_show').style.marginTop = "0"; window.clearInterval(t1); }else{ document.getElementById('topAds_chk_show').style.marginTop = "-"+(450 - n)+"px"; } },n=0; var t1 = window.setInterval(anim,80); } } function close_chk_show() { var anim = function() { n += 5; if(n >= 450){ document.getElementById('topAds_chk_show').style.marginTop = "-45px"; window.clearInterval(t1); }else{ document.getElementById('topAds_chk_show').style.marginTop = "-"+ n +"px"; } },n=0; var t1 = window.setInterval(anim,80); } </script> </head> <body onLoad="javascipt:setTimeout('close_chk_show()',2000);"> <div id="topAds_chk_show" style="margin-top:0px; margin-bottom:0px; width:770px; display:block;"> <iframe name="google_ads_frame" width="468" height="60" frameborder="0" src="http://pagead2.googlesyndication.com/pagead/ads?client=ca-pub-9186806591725817&dt=1198315984640&lmt=1198315984&output=html&slotname=6945472709&correlator=1198315984640&url=http%3A%2F%2Fwww.cn-web.com%2Fcnweb%2F0%2F460%2Farticle%2F&cc=100&ga_vid=1729948988.1198315985&ga_sid=1198315985&ga_hid=1901916097&flash=8&u_h=768&u_w=1024&u_ah=738&u_aw=1024&u_cd=32&u_tz=480&u_java=true" marginwidth="0" marginheight="0" vspace="0" hspace="0" allowtransparency="true" scrolling="no"></iframe> </div> <p>代码实例:<strong>顶部自动收缩广告效果</strong> 您可以点击广告观看演示效果</p> <a href="javascript:close_chk_show();">点击这里关闭</a> </body> <html>
文章编号
459
创建日期
12-22-2007
修改日期
12-22-2007
发布人
laohan
点评
(None)
Email文章
打印
增加评论
对此文章打分评级
5分
4分
3分
2分
1分
用户评论
增加评论
此文章还没有任何评论!
网站地图
-
知识词汇
-
全文检索
-
广告服务
-
帮助中心
-
联系我们
.:
www.cn-web.com
网站技术开发联盟之WEB开发技术知识库
联系人:老韩(QQ:5679551)
晋ICP备07003487号