Remove space in marquee in html
Posted
by
Suman.hassan95
on Stack Overflow
See other posts from Stack Overflow
or by Suman.hassan95
Published on 2011-04-02T15:13:02Z
Indexed on
2012/11/06
23:01 UTC
Read the original article
Hit count: 240
html
I have created a marquee of images for my webpage. But how can the space between the last and the first image be removed to have a continuous effect ?? I am giving the code i used below,
<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>
© Stack Overflow or respective owner