View Full Version : HELP!! marquee help!! how do u make it slow....


pinklemons
04-12-2004, 10:49 PM
OK heres what I want:

How do you make a marquee then when you put your cursor over it it slows down.. i hope u know what i mean. cause if ur putting links in the marquee and it goes around n around then when you hover over it it slows down so its easier to click. .. can someone give me the code for it? PLEASE! and THANKS!

kittycat
04-12-2004, 11:31 PM
<marquee onMouseover="this.scrollAmount=3" onMouseout="this.scrollAmount=10">TEXT</marquee>

try that.