height|width="% | pixels"
Determine the height and/or width of the marquee either in pixels
or as a percent of the space available for display, respectively.
hspace|vspace="pixels"
Determine the horizontal and/or vertical standoff which surround the marquee
and define the amount of white space between the boundaries of the marquee and surrounding
normal text, respectively.
loop="integer | infinite"
Determines the number of times the text in the marquee will repeat the
scrolling action where:
- -1
-
the scrolling will continue indefinitely - same as infinite.
- integer
-
the scrolling will continue until the integer value is reached
and then stop.
- infinite
-
the scrolling will continue indefinitely - same as -1.
scrollamount="pixels"
Determines the number of pixels by which each iteration of the scrolling
display is incremented. Smaller values produce slower but smoother scrolling
effects.
scrolldelay="milliseconds"
Determines the integer number of milliseconds which elapse between successive
iterations of the scrolling display. Smaller numbers produce more rapid
scrolling effects.