Log in

View Full Version : words moving upwards automatically



Jenny1015
11-03-2007, 01:22 AM
hi, i am now making a website using Dreamweaver MX.
how can i have my words moving upward automatically(without clicking anything by the user) in the rightframe?
thx a lot!:)

jscheuer1
11-03-2007, 06:33 AM
In HTML, you are limited to using the marquee tag for that. Although it is non-standard, it is now supported in the current versions of IE, Opera, and FF, perhaps others. It used to be available only in IE. See:

http://www.hypergurl.com/marquee.html

for demos and sample code.

Javascript is an alternative method, and can be standard, but is more complex and requires that the user have it (as most do) enabled.