SitePoint Sponsor |
|
User Tag List
Results 1 to 4 of 4
Thread: Marquee issues???
-
Jul 6, 2009, 22:46 #1
Marquee issues???
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>
-
Jul 6, 2009, 23:06 #2
- Join Date
- Sep 2005
- Location
- Sydney, NSW, Australia
- Posts
- 16,875
- Mentioned
- 25 Post(s)
- Tagged
- 1 Thread(s)
To do that you'd have to get rid of the proprietary marquee tag and use JavaScript with two copies of the content wrapping one copy behind the other once it moves out of sight.
Stephen J Chapman
javascriptexample.net, Book Reviews, follow me on Twitter
HTML Help, CSS Help, JavaScript Help, PHP/mySQL Help, blog
<input name="html5" type="text" required pattern="^$">
-
Jul 6, 2009, 23:09 #3
-
Jul 7, 2009, 00:11 #4
- Join Date
- Sep 2005
- Location
- Sydney, NSW, Australia
- Posts
- 16,875
- Mentioned
- 25 Post(s)
- Tagged
- 1 Thread(s)
Stephen J Chapman
javascriptexample.net, Book Reviews, follow me on Twitter
HTML Help, CSS Help, JavaScript Help, PHP/mySQL Help, blog
<input name="html5" type="text" required pattern="^$">
Bookmarks