Hi
i m using code below to show the marquee. i want to remove the space after the last content in the marquee. i mean to say that there should be no space between the scrolling contetns.
can anyone help me.
watinting for the reply.
thanks in advance
<marquee direction="up" scrollamount="1" scrolldelay="1" height="75" onMouseOver="this.stop()" onMouseOut="this.start()">
<dl class="cl">
<dd>Project Manager</dd>
<dd class="price">Rs. 58100.00</dd>
</dl>
<dl class="cl">
<dd>Finance Manager</dd>
<dd class="price">Rs. 55000.00</dd>
</dl>
<dl class="cl">
<dd>Solution Architect</dd>
<dd class="price">Rs. 52900.00</dd>
</dl>
<dl class="cl">
<dd>ETL Developer</dd>
<dd class="price">Rs. 56000.00</dd>
</dl>
</marquee>







Bookmarks