指定某元素的默认行为是 #default@download

解决方案 »

  1.   


    BEHAVIOR Attribute | behavior Property  Internet Development Index --------------------------------------------------------------------------------Sets or retrieves how the text scrolls in the marquee. SyntaxHTML <MARQUEE BEHAVIOR = sScroll... >  
    Scripting MARQUEE.behavior [ = sScroll ] Possible ValuessScroll String that specifies or receives one of the following values.scroll Default. Marquee scrolls in the direction specified by the direction property. The text scrolls off the end and starts over. 
    alternate Marquee scroll direction reverses when its content reaches the edge of the container.  
    slide Marquee scrolls in the direction specified by the direction property. The text scrolls to the end and stops. 
     The property is read/write. The property has a default value of scroll.Expressions can be used in place of the preceding value(s), as of Microsoft&reg; Internet Explorer 5. For more information, see About Dynamic Properties.ExampleThis example moves a piece of text down the page using a marquee object. SHOWExample<MARQUEE loop=1 height=200  width=740
    style="position:absolute; top:0; left:10"
    SCROLLAMOUNT=10 SCROLLDELAY=20 BEHAVIOR="SLIDE" DIRECTION="DOWN">
    <UL>Use Dynamic HTML to differentiate your content and create
    compelling Web sites
    </UL>
    </MARQUEE>
    Show Me
    Standards InformationThis property is part of a proposed addition to Cascading Style Sheets (CSS) . Applies To[ Object Name ] 
    Platform Version 
    Win16:  
    Win32:  
    Windows CE:  
    Unix:  
    Mac:  
    Version data is listed when the mouse hovers over a link, or the link has focus. 
     MARQUEE 
    Move the mouse pointer over an element in the Applies To list to display availability information for the listed platforms.