爱易网
IT新闻
IT新闻
爱易资讯
网站搭建
云虚拟主机教程
云服务器教程
Apache教程
IIS教程
Nginx教程
网站策划
站长文章
推广教程
淘宝客教程
网页设计
HTML教程
XHTML教程
CSS教程
HTML5教程
CSS3教程
JavaSript基础
JQuery教程
Node.js教程
前端技术
Ajax教程
Js特效
Xml教程
平面设计
页面UI设计
photoshop教程
程序开发
AI人工智能
Asp教程
Php教程
Asp.Net教程
Net Core教程
C#教程
Java教程
Jsp教程
开发技术
微信小程序教程
Uniapp开发教程
微信公众号开发
Andriod教程
IOS教程
DOS教程
Python教程
Docker教程
Windows Container教程
数据库
MSSQL教程
MySQL教程
Redis教程
Access教程
Oracle教程
数据库教程
操作系统
Linux教程
Windows教程
MAC教程
Cisco教程
交换机教程
防火墙教程
搜索
爱易网页
JS特效
图片上下循环滚动效果
图片上下循环滚动效果
日期:2014-05-18 浏览次数:20131 次
以下是程序代码
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=gb2312"> <meta name="keywords" content="站长,网页特效,js特效,广告代码,zzjs,zzjs.net,sky,www.zzjs.net,站长特效 网" /> <meta name="description" content="www.zzjs.net,站长特效网,站长必备js特效及广告代码。大量高质量js特效,提供高质量广告代码下载,尽在站长特效网" /> <title>图片上下循环滚动效果,sky整理收集。</title> </head> <body> <a href="<#ZC_BLOG_HOST#>">站长特效网</a>,站长必备的高质量网页特效和广告代码。zzjs.net,站长js特效。<hr> <!--欢迎来到站长特效网,我们网站收集大量高质量js特效,提供许多广告代码下载,网址:www.zzjs.net,zzjs@msn.com,用.net打造靓站--> <script language="JavaScript1.2"> <!-- /*设置下面的参数。 设置scrollerwidth和scrollerheight参数,设置成滚动显示的图片中尺寸最大的。*/ var scrollerwidth=400 var scrollerheight=300 var scrollerbgcolor='white' //修改下面的每个图间暂停时间,本例为3秒。 var pausebetweenimages=3000 //改变下面的图像地址,如果希望logo都是带连接的,只要将#改为相应的链接地址。 var slideimages=new Array() slideimages[0]='<a href=#><img src="/image/1.jpg" border=0" onclick="javascript:window.open(this.src);" style="cursor:pointer;" onload="return imgzoom(this,600);" onclick="javascript:window.open(this.src);" style="cursor:pointer;"/></a>' slideimages[1]='<a href=#><img src="/image/2.jpg" border=0" onclick="javascript:window.open(this.src);" style="cursor:pointer;" onload="return imgzoom(this,600);" onclick="javascript:window.open(this.src);" style="cursor:pointer;"/></a>' slideimages[2]='<a href=#><img src="/image/3.jpg" border=0" onclick="javascript:window.open(this.src);" style="cursor:pointer;" onload="return imgzoom(this,600);" onclick="javascript:window.open(this.src);" style="cursor:pointer;"/></a>' slideimages[3]='<a href=#><img src="/image/4.jpg" border=0" onclick="javascript:window.open(this.src);" style="cursor:pointer;" onload="return imgzoom(this,600);" onclick="javascript:window.open(this.src);" style="cursor:pointer;"/></a>' //////下面的行不要编辑/////////////////////// if (slideimages.length>1) i=2 else i=0 function move1(whichlayer){ tlayer=eval(whichlayer) if (tlayer.top>0&&tlayer.top<=5){ tlayer.top=0 setTimeout("move1(tlayer)",pausebetweenimages) setTimeout("move2(document.main.document.second)",pausebetweenimages) return } if (tlayer.top>=tlayer.document.height*-1){ tlayer.top-=5 setTimeout("move1(tlayer)",100) }//欢迎来到站长特效网,我们的网址是www.zzjs.net,很好记,zz站长,js就是js特效,本站收集大量高质量js代码,还有许多广告代码下载。 else{ tlayer.top=scrollerheight tlayer.document.write(slideimages[i]) tlayer.document.close() if (i==slideimages.length-1) i=0 else i++ }} function move2(whichlayer){ tlayer2=eval(whichlayer) if (tlayer2.top>0&&tlayer2.top<=5){ tlayer2.top=0 setTimeout("move2(tlayer2)",pausebetweenimages) setTimeout("move1(document.main.document.first)",pausebetweenimages) return } if (tlayer2.top>=tlayer2.document.height*-1){ tlayer2.top-=5 setTimeout("move2(tlayer2)",100) } else{ tlayer2.top=scrollerheight tlayer2.document.write(slideimages[i]) tlayer2.document.close() if (i==slideimages.length-1) i=0 else i++ }} function move3(whichdiv){ tdiv=eval(whichdiv) if (tdiv.style.pixelTop>0&&tdiv.style.pixelTop<=5){ tdiv.style.pixelTop=0 setTimeout("move3(tdiv)",pausebetweenimages) setTimeout("move4(second2)",pausebetweenimages) return } if (tdiv.style.pixelTop>=tdiv.offsetHeight*-1){ tdiv.style.pixelTop-=5 setTimeout("move3(tdiv)",100) }//欢迎来到站长特效网,我们的网址是www.zzjs.net,很好记,zz站长,js就是js特效,本站收集大量高质量js代码,还有许多广告代码下载。 else{ tdiv.style.pixelTop=scrollerheight tdiv.innerHTML=slideimages[i] if (i==slideimages.length-1) i=0 else i++ } } function move4(whichdiv){ tdiv2=eval(whichdiv) if (tdiv2.style.pixelTop>0&&tdiv2.style.pixelTop<=5){ tdiv2.style.pixelTop=0 setTimeout("move4(tdiv2)",pausebetweenimages) setTimeout("move3(first2)",pausebetweenimages) return }//欢迎来
上一篇:狡猾的按钮特效
下一篇:几种漂亮的图片显示效果
免责声明:
本文仅代表作者个人观点,与爱易网无关。其原创性以及文中陈述文字和内容未经本站证实,对本文以及其中全部或者部分内容、文字的真实性、完整性、及时性本站不作任何保证或承诺,请读者仅作参考,并请自行核实相关内容。
相关资料
更多>
创维冲击500亿梦想:转型硬件和内容供应商
同为70前后人,马云为什么总是像外星人那么瘦
戴尔新CEO名单曝光:惠普甲骨文高管在列
永不磨灭的九大尖端编程语言
称产品遭诋毁 奇虎再诉百度
人们为什么总愿尝试新社交网络?
中移动一季度净利大降:手机补贴增长过快
看病也能用支付宝了 马云的又一盘大棋
众贷网满月开张 网络金融监管再受质疑
推荐阅读
更多>
支付宝钱包支持医保移动缴费 广州成首个试点
京东确定IPO定价区间 最高募资16.9亿美元
看蜗牛如何放水养鱼,盘活生态系统
蓝宝石PK大猩猩玻璃:作为屏幕谁更有优势?
巧用百度推行系统 突显竞价效果
杨元庆去年总薪酬1.33亿元
微博启动自媒体计划 粉丝+收入双激励是亮点
三问刘强东:京东为何近来火气这么大?
宽带中国战略明确 运营商建设成本超6000亿
史玉柱此刻离任:营销巨匠为新游戏炒作?
英特尔VS苹果:移动芯片大战
在线音乐出现“小米公司”不是没有可能
百度“全网寻人”面前的互联网信息枢纽价值
工商下月将整治手机市场
中国移动承诺再降4G资费 网络漫游至50个国家
摩托罗拉中国区将再裁员 助力公司变身
苏宁双线同价遇难题:第一个吃螃蟹不轻松
墨迹也要做硬件,工具类应用如何“变异”的
支付宝服务窗后台首曝光 开放用户消费数据
同样的背景,罗永浩和雷军到底有什么不同?