图片滚动代码及循环两遍以后停止问题解决办法.docVIP

  • 3
  • 0
  • 约3.45千字
  • 约 3页
  • 2017-07-09 发布于河南
  • 举报

图片滚动代码及循环两遍以后停止问题解决办法.doc

图片滚动代码及循环两遍以后停止问题解决办法

图片滚动代码及循环两遍以后停止问题解决办法 =========代码1:===== !--向左滚动代码1-- div id=colee_left style=overflow:hidden;width:455px; table cellpadding=0 cellspacing=0 border=0 trtd id=colee_left1 valign=top align=center table cellpadding=2 cellspacing=0 border=0 tr align=center tdpa href=/pic/651246.htmlimg border=0 src=Files/pic/1.jpg width=123 height=184/a/p/td tdpa href=/pic/651246.htmlimg border=0 src=Files/pic/2.jpg width=123 height=184/a/p/td tdpa href=/pic/651246.htmlimg border=0 src=Files/pic/3.jpg width=123 height=184/a/p/td tdpa href=/pic/651246.htmlimg border=0 src=Files/pic/4.jpg width=123 height=184/a/p/td tdpa href=/pic/651246.htmlimg border=0 src=Files/pic/5.jpg width=123 height=184/a/p/td tdpa href=/pic/651246.htmlimg border=0 src=Files/pic/6.jpg width=123 height=184/a/p/td tdpa href=/pic/651246.htmlimg border=0 src=Files/pic/7.jpg width=123 height=184/a/p/td /tr /table /td td id=colee_left2 valign=top/td /tr /table /div !--向左滚动代码1结束-- !—JS代码-- script !-- var speed=30; var tab=document.getElementById(demo); var tab1=document.getElementById(demo1); var tab2=document.getElementById(demo2); tab2.innerHTML=tab1.innerHTML; function Marquee(){ if(tab2.offsetWidth-tab.scrollLeft=0) tab.scrollLeft-=tab1.offsetWidth else{ tab.scrollLeft++; } } var MyMar=setInterval(Marquee,speed); tab.onmouseover=function() {clearInterval(MyMar)}; tab.onmouseout=function() {MyMar=setInterval(Marquee,speed)}; -- /script =============代码2:========= !--向左滚动代码2-- style type=text/css !-- #demo { background: #FFF; overflow:hidden; width: 936px; } #demo img { } #indemo { float: left; width: 300%; } #demo1 { float: left; } #demo2 { float: left; } -- /style div id=demo div id=indemo div id=demo1 img border=0 src=Files/图片_r2_c2.jpg width=116 height=129 img border=0 src=Files/图片_r2_c3.jpg width=114 height=129 img border=0 src=Files/图片_r2_c4.jpg width=123 height=125 img border=0 src=Files/图片_r2_c6.jpg width=235 height=125 img border=0 src=Files/图片_r2.jpg width=343 height=125 img border=0 src=Files/图片_r2_c7.jpg

文档评论(0)

1亿VIP精品文档

相关文档