/ Published in: JavaScript
URL: http://www.helperblogger.com/2012/02/create-simple-moving-text-with-marquee.html
The marquee will stop when you hover the cursor over it. It will restart when you move the cursor away from it.
Expand |
Embed | Plain Text
<marquee behavior="scroll" direction="left" onmouseover="this.stop();" onmouseout="this.start();">MARQUEE TEXT</marquee>
You need to login to post a comment.
