Click to See Complete Forum and Search --> : Could someone answer this one question?


Fuyumi
10-18-2004, 05:49 PM
Could someone tell me how to create a left to right moving list?
Such as the affilate list displayed on this page

dreamer159.proboards21.com (http://dreamer159.proboards21.com)

thanks!

Exuro
10-18-2004, 08:55 PM
You have to use the non-standard <marquee> (http://www.blooberry.com/indexdot/html/tagpages/m/marquee.htm) element.

PeOfEo
10-18-2004, 09:35 PM
You can also use a mountain of java script and an iframe. Neither method is good. I do not see the marquee on the site you linked however. Just this annoying fading text. They need a new color sceme... that thing is hurting my eyes.

BonRouge
10-19-2004, 09:29 AM
Here's (http://yamuyamu.cheers-sendai.com/marquee.js) some javasript you could use for a marquee (if you don't want to use the <marquee> tag).

PeOfEo
10-19-2004, 07:25 PM
I would probably use the marquee tag before any mound of java script to acheive the effect myself. Either way it is crap, so why not just go with the method that is less code in that case? There is really no accessible way to create scrolling text. The text that is scrolling is going to fail for any audio braille or non graphical browsers. If this is mainly for aeshtetics flash might be a good option.