View Full Version : Marquee Help!


rubyred9390
05-29-2004, 03:45 PM
I would REALLY appreciate if someone could tell me how to make a marquee that goes up (instead of side-to-side) and slows down when you put your cursor on it...I would just like the code for that! Thanks so much, kd :)

Chris
05-29-2004, 04:30 PM
use the following code:


<marquee direction="up" onMouseover="this.scrollAmount=2" onMouseout="this.scrollAmount=6">Text goes here</marquee>

Lîm_Gravecryer
05-29-2004, 10:56 PM
if u want it to have a shorter/longer track make it like this:
<marquee onMouseover="this.scrollAmount=2" onMouseout="this.scrollAmount=10" height=700 direction=up width=100>bladibladibla</marquee>
u might always want to add the width element, if ur using a vertical marquee 'cause if u dont, the thing will slow down as soon as ur mouse is on the same HEIGHT as the marquee... and 100 fits just right for the word bladibladibla, so just adjust the bold parts so that they fit into ur site and use it, have fun!

greetz. Lîm Gravecryer