符合web标准的连续滚动图像的js代码
符合web标准的连续滚动图像的js代码
发布时间:2016-12-30 来源:查字典编辑
摘要://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需刷新才能执行]

推荐文章
猜你喜欢
附近的人在看
推荐阅读
拓展阅读
相关阅读
网友关注
最新Javascript教程学习
热门Javascript教程学习
编程开发子分类