手机
当前位置:查字典教程网 >编程开发 >Javascript教程 >符合web标准的连续滚动图像的js代码
符合web标准的连续滚动图像的js代码
摘要://morejavascriptfromhttp://www.smallrain.netvarimages=Array();images.p...

//more javascript from http://www.smallrain.net var images=Array(); images.push("http://www.smallrain.net/jsimg/1.jpg"); images.push("#"); images.push("http://www.smallrain.net/jsimg/2.jpg"); images.push("#"); images.push("http://www.smallrain.net/jsimg/3.jpg"); images.push("#"); images.push("http://www.smallrain.net/jsimg/4.jpg"); images.push("#"); images.push("http://www.smallrain.net/jsimg/5.jpg"); images.push("#"); images.push("http://www.smallrain.net/jsimg/6.jpg"); images.push("#"); images.push("http://www.smallrain.net/jsimg/7.jpg"); images.push("#"); images.push("http://www.smallrain.net/jsimg/8.jpg"); images.push("#"); //Specify the slider's width (in pixels) var sliderwidth=695 //Specify the slider's height var sliderheight=82 //Specify the slider's slide speed (larger is faster 1-10) var slidespeed=1 //configure background color: slidebgcolor="#fff" //Specify the slider's images var leftrightslide=new Array() var finalslide='' leftrightslide[0]='

'+ ''; var size=images.length/2; for(var i=0;i(actualwidth*(-1)+8)) cross_slide.style.left=parseInt(cross_slide.style.left)-copyspeed else cross_slide.style.left=parseInt(cross_slide2.style.left)+actualwidth-5 if (parseInt(cross_slide2.style.left)>(actualwidth*(-1)+8)) cross_slide2.style.left=parseInt(cross_slide2.style.left)-copyspeed else cross_slide2.style.left=parseInt(cross_slide.style.left)+actualwidth-5 } else if (document.layers){ if (ns_slide.left>(actualwidth*(-1)+8)) ns_slide.left-=copyspeed else ns_slide.left=ns_slide2.left+actualwidth if (ns_slide2.left>(actualwidth*(-1)+8)) ns_slide2.left-=copyspeed else ns_slide2.left=ns_slide.left+actualwidth } } if (iedom||document.layers){ with (document){ document.write('
') if (iedom){ write('') write('') write('') write('') write('') } else if (document.layers){ write('') write('') write('') write('') } document.write('
') } }

[Ctrl+A 全选 注:如需引入外部Js需刷新才能执行]

【符合web标准的连续滚动图像的js代码】相关文章:

网页里控制图片大小的相关代码

判断file框选择的是否为图片

javascript制作的滑动图片菜单

js实现异步循环实现代码

精确到分钟的js日历控件,日期选择器代码

简单的防盗链功能代码(iframe)

Js和JQuery获取鼠标指针坐标的实现代码分享

jQuery判断指定id的对象是否存在的方法

你一定会收藏的Nodejs代码片段

无间断滚动marquee的详细用法解析

精品推荐
分类导航