1.<Marquee id = "mar1" scrollamount = "2" direction = "up" Height = "100" onmouseout = "scollstart ()" onmouseover = "scollstop () "> content display </marquee>
Marquee parameters:
Bgcolor: the background color of the scroll text box.
Direction: Set the scroll direction. You can select left, right, up, and down.
Scrolldelay: the delay time between each scroll.
Scrollamount: the total time of a rolling. The smaller the number, the slower the rolling.
Behaviour: Set the scroll mode. Three values are: Scroll (Cyclic scroll) lide (single scroll) and alternate (back-and-forth scroll ).
Align: Specifies the align of text. You can select "Middle", "bottom", or "TOP ).
Width: the width of the scroll text box. after entering a value, select in pixels (by pixel) or in percent (by percentage) from the following single pixel ).
Height: the height of the scroll text box. after entering a value, select in pixels (by pixel) or in percent (by percentage) from the following single pixel ).
Loop: Number of scrolling times. The default value is infinite.
Hspace and vspace: Empty rows between front and back, and between top and bottom.
2. js