js上下滚动图片 脚本说明:把如下代码加入区域中:done=0;step=4function anim(yp,yk){if(document.layers)document.layers[\"napis\"].top=yp;else document.all[\"napis\"].style.top=yp;if(yp>;yk)step=-4if(yp)step=4setTimeout('anim('+(yp+step)+','+yk+')',35);}function start(){if(done)returndone=1;if(navigator.appName=\"Netscape\"){document.napis.left=innerWidth/2-145;anim(60,innerHeight-60)}else {napis.style.left=11;anim(60,document.body.offsetHeight-60)}}top:-50;color:#000000;font-family:宋体;font-size:9pt;font color=blue>;欢迎光临javascript特效站div>;setTimeout('start()',10);把欢迎光临javascript特效站改为你的table就可以了
JS如何实现图片滑动? url1.src=' http://www.baidu.com ';url2=new Image();url2.src=' http://www.qzxtg.com ';url3=new Image();url3.src=' http://www.soso.com ';url4=new Image();url4.src。
js滚动图片有个问题请教 你只要判断当前滚过去的宽度是不是正好是几张图片的宽度只和,如果是,就把setTimeout或者setInterval里的那个时间改成2000就很好啦