<marquee direction=up behavior=scroll scrollamount=2>
hello<br>
i am a boy.
</marquee>

解决方案 »

  1.   

    //择自msdn
    <MARQUEE
    BEHAVIOR=ALTERNATE | SCROLL | SLIDE
    BGCOLOR=color
    CLASS=classname
    DATAFLD=colname
    DATAFORMATAS=HTML | TEXT
    DATASRC=#ID
    DIRECTION=DOWN | LEFT | RIGHT | UP
    HEIGHT=n
    HSPACE=n
    ID=value
    LANG=language
    LANGUAGE=JAVASCRIPT | JSCRIPT | VBSCRIPT | VBS 
    LOOP=n
    SCROLLAMOUNT=n
    SCROLLDELAY=milliseconds
    STYLE=css1-properties
    TITLE=text
    TRUESPEED
    VSPACE=n
    WIDTH=n
    event = script
    >
    ==BEHAVIOR=ALTERNATE | SCROLL | SLIDE ==
    How the text scrolls in the marquee. Alternate  The marquee text alternates left and right. 
    Scroll  The marquee text scrolls in the direction specified in the DIRECTION= attribute. The text scrolls off the end and starts over.  
    Slide  The marquee text scrolls in the direction specified in the DIRECTION= attribute and stops when it reaches the end. 
    ==BGCOLOR=color ==
    Background color behind the element. For a complete list of colors, see the Internet Explorer color table.==CLASS=classname ==
    Class of the tag being defined. This is used to associate a subclassed style sheet with the tag.==DATAFLD=colname==
    Column name from the data source object that supplies the bound data.==DATAFORMATAS=HTML | TEXT ==
    Indicates whether bound data is plain text or HTML.==DATASRC=#ID ==
    ID of the data source object that supplies the data that is bound to this element.==DIRECTION=DOWN | LEFT | RIGHT | UP ==
    Which direction the text should scroll==HEIGHT=n ==
    HEIGHT of the MARQUEE in pixels or as a percentage of the screen height==LOOP=n ==
    Number of times the marquee text will loop.==SCROLLAMOUNT=n ==
    Number of pixels the text scrolls between each subsequent drawing of the MARQUEE.SCROLLDELAY=milliseconds  Speed the MARQUEE scrolls in milliseconds. STYLE=css1-properties  Inline style sheet for the tag. TITLE=text  Used to provide advisory information. The contents of the title attribute will be displayed in a tooltip during the onmouseover event. TRUESPEED  When present, this attribute indicates that the exact scroll delay value specified is used to move the marquee text. Without this attribute, all scroll delay values of 59 or less are rounded to 60 milliseconds VSPACE=n  Along with HSPACE, specifies margins for the element in pixels. WIDTH=n  Returns the calculated width of the marquee in window coordinates. In HTML, this attribute may be initially set in pixels or percentages. event  Can be one or more of these events: onafterupdate  onblur 
    onbounce  onclick 
    ondblclick  ondragstart 
    onfinish  onfocus 
    onhelp  onkeydown 
    onkeypress  onkeyup 
    onmousedown  onmousemove 
    onmouseout  onmouseover 
    onmouseup  onresize 
    onrowenter  onrowexit 
    onselectstart  onstart