Scrolling Marquee With Start & Stop.


/ Published in: JavaScript
Save to your folder(s)

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


Copy this code and paste it in your HTML
  1. <marquee behavior="scroll" direction="left" onmouseover="this.stop();" onmouseout="this.start();">MARQUEE TEXT</marquee>

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

Report this snippet


Comments


You need to login to view comments.