PDA

Click to See Complete Forum and Search --> : Moving words !


nmretd
Jun 12th, 2000, 04:42 PM
I want to insert a table into a html page with the words in the table moving from the left to right continuously.

How can I achieve this ?

nmretd.

Mark Sreeves
Jun 12th, 2000, 06:47 PM
You want to use Client-side javascript for thart short of thing

http://www.irt.org/articles/js032/

or the <marquee> tag but that's an IE only thing

nmretd
Jun 12th, 2000, 06:56 PM
Cheers Mark, that a great help !