
October 16th, 2005, 10:12 PM
|
|
Contributing User
|
|
Join Date: Apr 2007
Location: Miami, Fl. US
Posts: 522
Time spent in forums: 8 m 29 sec
Reputation Power: 2
|
|
|
Help with
I have a MARQUEE element that I use to display latest news regaring our company.
Code for the MARQUEE as follows:
<marquee onmouseover=this.stop() onmouseout=this.start() trueSpeed scrollAmount=3 scrollDelay=120 direction=up loop=infinite height=180>
CONTENT_HERE
</marquee>
What I want to do is modify the code so that when the contents start to display, when they reach the top, they will PAUSE for a few seconds so that everything can be read, then start again, stop in the next section and so forth.
This is very similar to the marquee found at http://www.opencube.com/
I couldn't figure out how they do it.
Any ideas?
|