Return to Snippet

Revision: 60434
at November 8, 2012 04:47 by o0110o


Initial Code
<marquee behavior="scroll" direction="left" onmouseover="this.stop();" onmouseout="this.start();">MARQUEE TEXT</marquee>

Initial URL
http://www.helperblogger.com/2012/02/create-simple-moving-text-with-marquee.html

Initial Description
The marquee will stop when you hover the cursor over it. It will restart when you move the cursor away from it.

Initial Title
Scrolling Marquee With Start & Stop.

Initial Tags
javascript, html

Initial Language
JavaScript