日期:2014-05-18  浏览次数:20442 次

图片横向滚动的问题
我在网页中嵌入了一组图片横向连续滚动,用的是VS2005,在本地好使,但放到服务器上后,滚动一会儿就停了,谁能告诉我为什么呀,急呀!!

------解决方案--------------------
<MARQUEE id="this" onMouseOver="this.stop()" onMouseOut="this.start()" scrollAmount="2" scrollDelay="150" direction="left" height="410">
<IMG src="indeximages/118040493990.jpg" alt="" width="380" height="300" border="0"><br>
<img src="indeximages/1180405084934.jpg" alt="" width="100%" border="0"><br>
<IMG src="indeximages/12.gif" alt="" width="100%" border="0"><br>
<IMG alt="" src="indeximages/16.jpg" width="100%" border="0"><br>
<IMG alt="" src="indeximages/13.jpg" width="100%" border="0">
</MARQUEE>