只用html就能够实现图像的左右滚动效果

<html>    
    <body>
     <marquee scrollamount="1" scrolldelay="100" direction= "right" width="200" height="200">
       <img src="...jpg" width="100" height="100" />

       <img src="...jpg" width="100" height="100" />html

      <img src="...jpg" width="100" height="100" />htm

      <img src="...jpg" width="100" height="100" />io

    </marquee>
scroll

    </body>

</html>im


<marquee>标签是用来实现内容的滚动;其属性scrollamount 表示滚动的速度,direction表示滚动的方向
img