Marquee

    This is a sample of Microsoft's Marquee tag.

    If your browser supports the marquee tag, the bold italic text above, should scroll horizontally, across the page.

    <MARQUEE> text </MARQUEE>

    Attributes:

    • ALIGN=TOP,MIDDLE, or BOTTOM - Alignment of text.
    • BEHAVIOR=SCROLL - Text scrolls through (default).
    • BEHAVIOR=SLIDE - Text scrolls in and stays in place.
    • BEHAVIOR=ALTERNATE - Text bounces back and forth.
    • BGCOLOR=#RRGGBB - Background color of marquee (in hex).
    • BGCOLOR=color name The same as above, but with specified color names.
    • DIRECTION=LEFT|RIGHT - Direction the text moves.
    • HEIGHT=n - Height in pixels.
    • HEIGHT=n% - Height in percentage.
    • HSPACE=n - Specifies left &right margins in pixels.
    • VSPACE=n - Specifies top &bottom margins in pixels.
    • LOOP=n - Marquee loops n times.
    • LOOP=INFINITE - Marquee loops infinitely.
    • SCROLLAMOUNT=n - Number of pixels between each successive draw of the marquee text.
    • SCROLLDELAY=n - Milliseconds between each successive draw of the text.

    
    
    WRG
    ©1998 The Web Resources Group