How would I go about doing it? I've seen it somewhere before. The text bounces up and down, up and down etc. etc. Thanks, BP
This was one of the first thing I learned in HTML. For those that don't know how. Its the <marquee> tag. Google it for its properties.
Yeah, I always knew how to do it, I just never thought that something like that could be done in HTML - I just wasn't paying attention lol. Anyway: <marquee direction="up" behaviour="alternate">$1</marquee> Code (markup):
Don't use <marquee>, use JavaScript, you can get smoother movement, more control over speed and behaviour, more browser compatibility etc. Search "javascript scrollers" or find examples at http://dynamicdrive.com
Well, I prefer HTML, as it is more supported than Javascript - which can be disabled. Thanks anyway, BP
Those with JS disabled should be used to boring web sites with nothing happening And you can use <marquee> as a fallback.