July 1998
Intermediate to advanced
1456 pages
65h 5m
English
SCROLLAMOUNT — NN n/a IE 4 HTML n/a
SCROLLAMOUNT=”pixelCount"Optional
MARQUEE content looks animated by virtue of the
browser clearing and redrawing its content at a location offset from
the previous location (in a direction set by the
DIRECTION attribute). You can make the scrolling
appear faster by increasing the amount of space between positions of
each drawing of the content; conversely, you can slow down the
scrolling by decreasing the space. See also
SCROLLDELAY.
<MARQUEE BEHAVIOR="slide" DIRECTION="left" HEIGHT=20 WIDTH=200 SCROLLAMOUNT=2> ... </MARQUEE>
Any positive integer.
6
[window.]document.all.elementID.scrollAmount
Read now
Unlock full access