求图片向左无缝滚动带停顿的代码。。

RT... RT 展开
 我来答
真恒日迷6295
2014-10-14 · TA获得超过230个赞
知道答主
回答量:193
采纳率:50%
帮助的人:135万
展开全部
<style type="text/css"> <!-- .STYLE1 { color: #FF0000; font-weight: bold; } --> </style> <table width="100%" border="1" bordercolor="#006600"> <tr> </tr> <tr> <td><marquee direction=up TrueSpeed scrollAmount=1 scrollDelay=80 height=120 width=240 border="0"> <span class="STYLE1"><br> 文字 </span> </marquee> </td> <td colspan="2"><div id="demo" style="overflow:hidden;height:100%;width:100%;color:#ffffff"> <table width="100%" height="100%" border="0" align="left" cellpadding="0" cellspace="0"> <tr> <td id="demo1" valign="top"><table width="100%" border="0" cellpadding="0" cellspacing="0" bordercolor="#D4D0C8"> <tr> <td><div align="center"><a href="http:///images/200909/goods_img/58_G_1252175911944.jpg"><img src="http:///images/200909/goods_img/58_G_1252175911944.jpg" width="120" height="120" border="0" /></a></div></td> <td><div align="center"><a href="http:///images/200908/goods_img/46_G_1251400004591.jpg"><img src="http:///images/200908/goods_img/46_G_1251400004591.jpg" width="120" height="120" border="0" /></a></div></td> <td><div align="center"><a href="http:///images/200909/goods_img/57_G_1251902025193.jpg"><img src="http:///images/200909/goods_img/57_G_1251902025193.jpg" width="120" height="120" border="0" /></a></div></td> <td><div align="center"><a href="http:///images/200908/goods_img/50_G_1251398661535.jpg"><img src="http:///images/200908/goods_img/50_G_1251398661535.jpg" width="120" height="120" border="0" /></a></div></td> <td><div align="center"><a href="http:///images/200908/goods_img/51_G_1251400332526.jpg"><img src="http:///images/200908/goods_img/51_G_1251400332526.jpg" width="120" height="120" border="0" /></a></div></td> <td><div align="center"><a href="http:///images/200908/goods_img/45_G_1251388000718.jpg"><img src="http:///images/200908/goods_img/45_G_1251388000718.jpg" width="120" height="120" border="0" /></a></div></td> <td><div align="center"><a href="http:///images/200909/goods_img/55_G_1251898732872.jpg"><img src="http:///images/200909/goods_img/55_G_1251898732872.jpg" width="120" height="120" border="0" /></a></div></td> <td><div align="center"><a href="http:///images/200909/goods_img/60_G_1254328397256.jpg"><img src="http:///images/200909/goods_img/60_G_1254328397256.jpg" width="120" height="120" border="0" /></a></div></td> </tr> <tr> <td><div align="center"><a href="http:///goods.php?id=58">文字</a></div></td> <td><div align="center"><a href="http:///goods.php?id=46">文字</a></div></td> <td><div align="center"><a href="http:///goods.php?id=57">文字</a></div></td> <td><div align="center"><a href="http:///goods.php?id=50">文字</a></div></td> <td><div align="center"><a href="http:///goods.php?id=51">文字</a></div></td> <td><div align="center"><a href="http:///goods.php?id=45">文字</a></div></td> <td><div align="center"><a href="http:///goods.php?id=60">文字</a></div></td> <td><div align="center"><a href="http:///goods.php?id=60">文字</a></div></td> </tr> </table></td> <td id="demo2" valign="top"></td> </tr> </table> </div> <script> var speed=10//速度数值越大速度越慢 demo2.innerHTML=demo1.innerHTML function Marquee(){ if(demo2.offsetWidth-demo.scrollLeft<=0) demo.scrollLeft-=demo1.offsetWidth else{ demo.scrollLeft++ } } var MyMar=setInterval(Marquee,speed) demo.onmouseover=function() {clearInterval(MyMar)} demo.onmouseout=function() {MyMar=setInterval(Marquee,speed)} </script></TD> </TR></TABLE> 追问: 没有停顿的吧,,, 回答: 是不是走一张停一下 追问: 已经找到了,谢谢了,不过,你的代码还是有问题,只会动一次,
苏州市吉丰自动化设备有限公司
2018-06-11 广告
长条工作台流水线如何?推荐苏州市吉丰自动化设备有限公司,成立于2004年,公司致力于电子、工业新技术推动的新产品工艺的设备配套。近年来,吉丰公司发展迅速,承接各种流水线系列工作,如流水线、自动化流水线、等等。拥有强大的研发、生产及服务实力。... 点击进入详情页
本回答由苏州市吉丰自动化设备有限公司提供
手机用户38760
2014-10-14 · 超过67用户采纳过TA的回答
知道答主
回答量:121
采纳率:50%
帮助的人:121万
展开全部
这有一个通用不间断滚动的JS封装类,各种图片文字滚动效果都有,向上,向下,左右,都有,无缝的,间歇滚动的,好多,你自己看吧,最下面有下载源码的地址,你可以下载下来,上面也有详细的注释。 http://www.abaonet.com/demo/codeR/d1816/MSClass.html
本回答被提问者采纳
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式