OnMouseOver Marquee
onMouseover="this.scrollAmount=1" onMouseout="this.scrollAmount=5"
<marquee onMouseover="this.scrollAmount=number" onMouseout="this.scrollAmount=number">Your Text Here
</marquee>
The onMouseout represents the normal scrolling speed and when the mouse is not over the marquee. |