html tag scrolling marquee

<Marquee style = "font-size: 33px" direction = left behavior = scroll scrollamount = 2 align = top hspace = 120 vspace = 25 onmouseover = this.stop () onmouseout = this.start ()> to wind a glass of liquor, listen undying romantic landscape, a sadness to the moon, the stars listening to untold cry. </ Marquee>

    ◎ direction represents the direction of scrolling, the value may be left, right, up, down, default is left
    ◎ behavior represented in a rolling manner, the value may be a scroll (continuous roll) Slide (sliding a) Alternate (roundtrip scrolling)
    ◎ Loop represented cycle the frequency value is a positive integer, the default is an infinite loop
    ◎ scrollamount represents velocity, the value is a positive integer, by default. 6
    ◎ scrolldelay represented dwell time, the value is a positive integer, the default is 0, the unit appears milliseconds
    ◎ vertical alignment align presentation element the value can be top, middle, bottom, default Middle
    ◎ bgcolor denotes a background color motion region, the value is 16 hexadecimal RGB color defaults to white
    ◎ height, width represents the height and width of the motion region, the value is a positive integer ( in pixels) or percentage, the default width = 100% height to the height of the tag element
    ◎ hspace, vspace element represents the horizontal distance and vertical distance from the boundary region, the value is a positive integer, in pixels.
    ◎ onmouseover = this.stop () onmouseout = this.start () indicates that when the mouse over the area when the scrolling stops when the mouse out and continue to roll.

 

 

Guess you like

Origin www.cnblogs.com/moying-wq/p/11344534.html