Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Pausing a marquee

Status
Not open for further replies.

zakman

Programmer
Aug 15, 2001
49
US
Let's see, I have the following HTML for a marquee that scrolls the message up within the defined area. I had some javascript code that created this marquee, but I couldn't figure out a way to pause the message when it reached the top of the area.

<marquee direction=up scrollAmount=1 style=&quot;width:400;height:100&quot;>
<font color=blue><p>Testing 1,2,3...</p><p>Good!</p></font>
</marquee>

My question is.. can I pause this marquee 5 seconds when the text scrolls up to the top of the area, then continue? If so, how do you go about doing this? I'm relatively new to Javascript..

Thanks! --Kevin
 
The marquee isn't Javascript, but Internet Explorer's addition to the Microsoft version of HTML.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top