您好,欢迎来到模板无忧!
登录
注册
闁衡偓閹増顥�
闁瑰吋绮庨崒锟�
闁革附婢樺ù锟�
閻㈩垼鍠栨慨锟�
模板无忧
网页特效
每日更新
|
TOP排行榜
|
Tag标签
|
充值
无忧首页
网页模板
程序模板
建站教程
视频教程
网页特效
图标素材
字体下载
站长工具
站长问答
关闭顶部
展开顶部
网页特效
菜单导航
图片特效
文本链接
层和布局
页面背景
表单按钮
日期时间
计算转换
键盘鼠标
浏览器
游戏娱乐
综合其它
常用代码
jQuery特效
Prototype
Ajax/JavaScript
ExtJS
CSS特效
在线编辑器
Mootools
HTML
JS广告代码合集
站长工具
站长常用软件
网站综合查询
Alexa排名查询
Google PR查询
域名Whois查询
网站收录查询
友情链接查询
CSS2中文手册
CSS精简优化工具
AI鐏忓繗浠� 閼宠棄鍟撴导姘辨暰
閸╃喎鎮�
閹恒劏宕�
展开边栏
关闭边栏
网页特效代码
模板无忧
>
网页特效
>
文本链接特效代码
>
收藏
分享
查看评论
文本链接
演示
滚动的链接导航_文本链接特效
查看演示效果
特效Tag:
链接
添加
缂佸洦鈪礑edeCMS鐟欏棝顣堕弫娆戔柤
娑旀壆鈹栭梻锟� 缁夌喐婀囬崝鈥虫珤 闁缍夌涵鏇氱鞍閼辨棑绱�
閺冪姴鍜栫粩娆撴毐瀹搞儱鍙�,閻ф儳瀹抽弶鍐櫢娑撯偓闁款喖鍙忛弻锟�!
滚动的链接导航,您可以先修改部分代码再运行.
<!--把如下代码加入<body>区域中--> <script> var scrollerwidth=115 var scrollerheight=131 var scrollerbgcolor='#99ddFF' //3000 miliseconds=9 seconds var pausebetweenimages=4000 var slideimages=new Array() slideimages[0]='<a href="http://www.mb5u.com" target="_blank">脚本收藏夹</a><br><br><a href="http://sc.mb5u.com" target="_blank">素材下载</a><br><br><a href="http://down.mb5u.com/" target="_blank">下载中心</a><br><br><a href="http://alexa.mb5u.com/" target="_blank">Alexa查询</a>' slideimages[1]='<a href="http://sc.mb5u.com/html/Fonts/index_1.html" target="_blank">字体下载</a><br><br><a href="http://sc.mb5u.com/html/WebTemplets/index.html" target="_blank">模板下载</a><br><br><a href="" target="_blank">你的链接</a><br><br><a href="http://sc.mb5u.com/html/Faces/index_1.html" target="_blank">QQ表情下载</a>' slideimages[2]='<a href="http://desk.mb5u.com/" target="_blank">桌面壁纸</a><br><br><a href="http://tool.mb5u.com" target="_blank">站长工具</a><br><br><a href="http://bbs.mb5u.com/" target="_blank">站长论坛</a><br><br><a href="http://sc.mb5u.com/html/CoolSites/index_1.html" target="_blank">酷站欣赏</a>' slideimages[3]='<a href="http://sc.mb5u.com/" target="_blank">素材下载</a><br><br><a href="http://sc.mb5u.com/" target="_blank">素材下载</a><br><br><a href="http://sc.mb5u.com/" target="_blank">素材下载</a><br><br><a href="http://sc.mb5u.com/" target="_blank">素材下载</a>' if (slideimages.length>1) i=2 else i=0 function move1(whichlayer){ tlayer=eval(whichlayer) if (tlayer.top>0&&tlayer.top<=4){ tlayer.top=0 setTimeout("move1(tlayer)",pausebetweenimages) setTimeout("move2(document.main.document.second)",pausebetweenimages) return } if (tlayer.top>=tlayer.document.height*-1){ tlayer.top-=4 setTimeout("move1(tlayer)",100) } 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<=4){ tlayer2.top=0 setTimeout("move2(tlayer2)",pausebetweenimages) setTimeout("move1(document.main.document.first)",pausebetweenimages) return } if (tlayer2.top>=tlayer2.document.height*-1){ tlayer2.top-=4 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<=4){ tdiv.style.pixelTop=0 setTimeout("move3(tdiv)",pausebetweenimages) setTimeout("move4(second2)",pausebetweenimages) return } if (tdiv.style.pixelTop>=tdiv.offsetHeight*-1){ tdiv.style.pixelTop-=4 setTimeout("move3(tdiv)",100) } 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<=4){ tdiv2.style.pixelTop=0 setTimeout("move4(tdiv2)",pausebetweenimages) setTimeout("move3(first2)",pausebetweenimages) return } if (tdiv2.style.pixelTop>=tdiv2.offsetHeight*-1){ tdiv2.style.pixelTop-=4 setTimeout("move4(second2)",100) } else{ tdiv2.style.pixelTop=scrollerheight tdiv2.innerHTML=slideimages[i] if (i==slideimages.length-1) i=0 else i++ } } function startscroll(){ if (document.all){ move3(first2) second2.style.top=scrollerheight } else if (document.layers){ move1(document.main.document.first) document.main.document.second.top=scrollerheight+5 document.main.document.second.visibility='show' } } window.onload=startscroll if (document.layers) document.write(slideimages[0]) if (document.layers) document.write(slideimages[1]) if (document.layers) document.write(slideimages[0]) if (document.all){ document.writeln('<span id="main2" style="position:relative;width:'+scrollerwidth+';height:'+scrollerheight+';overflow:hiden;background-color:'+scrollerbgcolor+'">') document.writeln('<div style="position:absolute;width:'+scrollerwidth+';height:'+scrollerheight+';clip:rect(0 '+scrollerwidth+' '+scrollerheight+' 0);left:0;top:0">') document.writeln('<div id="first2" style="position:absolute;width:'+scrollerwidth+';left:0;top:1;">') document.write(slideimages[0]) document.writeln('</div>') document.writeln('<div id="second2" style="position:absolute;width:'+scrollerwidth+';left:0;top:0">') document.write(slideimages[1]) document.writeln('</div>') document.writeln('</div>') document.writeln('</span>') } </script>
所属频道:
文本链接特效
/
更新时间:2012-10-28
[收藏]
[报错]
[返回列表]
评论加载中....
相关
文本链接特效
:
后退无效的链接
一种隐藏URL的方法 (并是弹出无边窗口)
随机动态的链接Title提示
表单多选框中列出全部链接点击跳转
一个链接打开两个链接地址(新开窗口和当前窗口)
鼠标onmouse链接时复选框的状态变为checked
多个div层显示隐藏及切换
引用文章链接代码
信息框显示链接
点击链接后跳出一个链接说明小窗口
比较实用的CSS控制连接颜色效果
超链接或按钮的跳马灯式说明文字
文本链接特效Rss订阅
特效代码搜索
文本链接特效推荐
文字围绕鼠标跳动的代码
点击单选框就直接激活链接
三行代码搞定平滑的JS新闻单行滚动
CSS运用overflow控制文字溢出
控制窗口打开的目标
很常用的一个JS文字显示效果
平滑的JavaScript文字渐变光特效
Js打字效果,逐一出现的文字
仿Windows气泡的链接提示
鼠标悬移到链接文字后出现跑马灯式样的说明文字
猜你也喜欢看这些
简洁滑动门(Tab)
变色表格
点击后页面变灰色,并弹出透明浮动层的JavaScript
鼠标滑过DIV图层变换颜色
JavaScript变换表格边框颜色
JS弹出可定时关闭的层
JavaScript 自动为表格增加序号
高度可随意控制的Tab选项卡导航
CSS用虚线美化一个表格的边框
相对固定位置JS+CSS布局实例,弹出提示层
相关链接:
复制本页链接
|
搜索滚动的链接导航
特效说明:
文本链接模板
-
滚动的链接导航
。
閺€鎯版&閸掑棔闊�
QQ缁屾椽妫�
閺傜増姘顔煎触
閼垫崘顔嗗顔煎触
娴滆桨姹夌純锟�
瀵偓韫囧啰缍�
閻ф儳瀹抽幖婊嗘
婢跺秴鍩楃純鎴濇絻
閺囨潙顦�...