View Full Version : marquee click to stop?


anisking
10-11-2006, 05:29 PM
hi,
do u know at the time of using marquee, how to stop when the mouse pointer go to inside that marquee box? those scrolling text which has a link for click

iTom
10-11-2006, 07:51 PM
<marquee onmouseover="this.stop();" onmouseout="this.start();">Text... </marquee>


Hope this helps,
Tom