复制代码 代码如下:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http:///big/2013/5/14/jpg20130514011113601.jpg" alt="1" width="100" height="70" /></a>
</div>
<div id="goleft2"></div>
</div>
</div>
</div>
<!-----------图片滚动结束-------------->
<script type="text/javascript">
//图片滚动JS代码
var speed2=20;
var FGgoleft=document.getElementById('goleft');
var FGgoleft1=document.getElementById('goleft1');
var FGgoleft2=document.getElementById('goleft2');
FGgoleft2.innerHTML=FGgoleft1.innerHTML
function Marquee2(){
if(FGgoleft2.offsetWidth-FGgoleft.scrollLeft<=0)
{
FGgoleft.scrollLeft-=FGgoleft1.offsetWidth
}
else{
FGgoleft.scrollLeft++;
}
}
var MyMar2=setInterval(Marquee2,speed2)
FGgoleft.onmouseover=function() { clearInterval(MyMar2) }
FGgoleft.onmouseout=function() { MyMar2=setInterval(Marquee2,speed2) }
</script>
</body>
</html>
效果:
