Best books about Javasript
|
JavaScript Text Marquee
See
the following effect.
How
to do it?
Set proper property for marquee tag. Just put the following
code to your web page and you will get dynamic flying in text.
<marquee
scrollamount="2" scrolldelay="60"><font
size="2" color="#0000ff">Your
Text here </font></marquee>
|
|