Click to See Complete Forum and Search --> : Flyby Text


WadertWussel
04-27-2003, 03:46 PM
How do I add flyby text on my webpage I`ve never done this before and am just getting started so pretty much need a walkthrough on it.

pyro
04-27-2003, 03:49 PM
What do you mean by "flyby" text? If you mean a marquee, you can find one here: http://www.dynamicdrive.com/dynamicindex2/cmarquee.htm

Kaisa
04-29-2003, 03:37 PM
<marquee>TEXT</marquee>

-OR-

<marquee scrolldelay="#">TEXT</marquee>

-OR-

<marquee behavior="Dir.">TEXT</marquee>

-All together-

<Marquee behavior="UP" scrolldelay="500">TEXT + TEXT + TEXT</marquee>

I hope that helps and DHTML might be easyer for newbie i think because its like HTML but had more options and a little better then HTML example

<Marquee/> or something like that :-|