/ Published in: JavaScript
                    
                                        
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
                            
                        
                        Copy this code and paste it in your HTML
<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
Comments
 Subscribe to comments
                    Subscribe to comments
                
                