<marquee><img><img>……</marquee>

解决方案 »

  1.   

    用marquee很容易实现的,就像滚文本一样。
    做法也是一样的,你试试。
    <html>
    <body>
    <marquee scrollamount="3">
    <img src="picture1.gif" width="553" height="392"><img src="picture2.gif" width="428" height="564"> 
    <img src="picture3.gif" width="553" height="392"></marquee> 
    </body>
    </html>
      

  2.   

    <marquee behavior=scroll direction=up(down,....) width=xx height=xx scrollamount=1 scrolldelay=xx onmouseover='this.stop()' onmouseout='this.start()'> 
    .....
    </marquee>
    参数你可以自己改一下,呵呵。