The User
05-01-2003, 11:23 PM
Ehrm...what's the code for a marquee that goes up?
|
View Full Version : Marquee code.... The User 05-01-2003, 11:23 PM Ehrm...what's the code for a marquee that goes up? thewwfc 05-01-2003, 11:25 PM Here it is I hope it helps :D You can change the font color and the background color to suit. You can make it wider if required and you can set the speed of the scroll by changing the "scrollamount" variable. The higher the number, the faster the speed of scroll. <div align="center"> <marquee bgcolor="#000080" scrollamount="2" direction="up" loop="true" width="35%"> <center> <font color="#ffffff" size="+1"><strong> THIS IS A COOL WAY<br> TO MAKE YOUR TEXT<br> SCROLL UPWARDS<br> <br> IT IS EASY AND FAST LOADING </strong></font> </center> </marquee></div> thezeppzone 05-01-2003, 11:26 PM <marquee behavior=scroll direction="up">Your message here</marquee> thewwfc 05-01-2003, 11:29 PM You went for the simple style lol. Mine is more detailed but abit harder too get used too! Lemon Squash 05-01-2003, 11:42 PM http://www.lissaexplains.com/marquee.shtml Tjololo 05-04-2003, 05:48 PM thewwfc, what does the <strong> tag do? thewwfc 05-04-2003, 06:01 PM Oh, I think it is something too do with the font I am not 100% sure though! lefty 05-04-2003, 07:59 PM <strong> is the same as <b>. I think <b> is more "politicaly correct." Tjololo 05-04-2003, 11:07 PM Oooh, that's cool. Thx |