0
我爲我的網頁創建了一個圖像選取框。但是,如何去除最後一張和第一張圖像之間的空白以獲得連續效果?我給我下面使用的代碼,刪除html中選框的空間
<marquee style="overflow:" behavior="scroll" direction="left" OnMouseOver="this.stop()" OnMouseOut="this.start()">
<img src="images/Bluelounge.gif" width="300" height="200" alt="lon">
<img src="images/Southleather.gif" width="300" height="200" alt="south">
<img src="images/Dell-monitor.gif" width="300" height="200" alt="monitor">
<img src="images/Spphire.gif" width="300" height="200" alt="card">
</marquee>