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="width:400;height:100">
<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
<marquee direction=up scrollAmount=1 style="width:400;height:100">
<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