View Full Version : html marquee
niceextra
Feb 24th, 2009, 08:57 PM
im tired of that simple thing.
is there anyway i can make the marqee stop in the middle for a few seconds then continuing on?
semoweb
Feb 25th, 2009, 11:45 PM
Heres the code for marquee to stop once some one places the mouse on the text and will start once they take there mouse off the text
<marquee id="test" behavior="scroll" direction="up" height="200" scrolldelay="100" scrollamount="2" onMouseOver="document.all.test.stop()" onMouseOut="document.all.test.start()">
www.semoweb.com Rock's affordable prices check them out!
</marquee>
happy
Apr 27th, 2009, 12:23 AM
I think you are searching for that.
<marquee behavior="alternate" direction="up" width="80%"><marquee direction="right">TEXT</marquee></marquee>
Powered by vBulletin® Version 4.1.12 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.