View Full Version : Scrolling Footer


RogerWaters72
05-14-2004, 08:28 PM
Hey I was just wondering how you get one of these scrolling footers ...

example: http://www.xanga.com/home.aspx?user=BlonDLG89

how did she get the scrolling sentences at the way bottom of here page?

-thnx!

bourdelson
05-14-2004, 08:42 PM
She used a marquee tag.

<marquee>Your text here</marquee>

:)

ImNgraphicDesIn
05-14-2004, 09:58 PM
Yes it is the <Marquee> tag on that page, however be warned that this tag is not supported by all browsers and is on its way to being a dead tag. If you want a scrolling tag, try to find one made with javascript or perl that is cross browser friendly.

If you don't really care about all that fancy-shmancy stuff, then just stick with the <marquee> tag, it'll still work (for now) for most people.