大家先看看滾動圖片代碼的效果:需要的拿,拿走時別忘記留個腳印在下面哦。

 

使用代碼只需要把如下代碼COPY到要放位置的源代碼中就OK

<table height="161" cellspacing="0" cellpadding="0" width="773" border="0">
    <tbody>
        <tr>
            <td width="773">
            <p><marquee style="relative: " scrollamount="1" behavior="alternate" width="740" height="123"><img height="123" width="123" border="0" alt="" src="圖片地址1" />

<img height="123" width="123" border="0" alt="" src="圖片地址2" />

<img height="123" width="123" border="0" alt="" src="圖片地址3" />

<img height="123" width="123" border="0" alt="" src="圖片地址4" />

<img height="123" width="123" border="0" alt="" src="圖片地址5" />

<img height="123" width="123" border="0" alt="" src="圖片地址6" />

<img height="123" width="123" border="0" alt="" src="圖片地址7" />

<img height="123" width="123" border="0" alt="" src="圖片地址8" />

<img height="123" width="123" border="0" alt="" src="圖片地址9" />

</marquee></p>
            </td>
        </tr>
    </tbody>
</table>