Text Links Ads : Marketing Tips Store : Search Engine Optimization Strategies
WebPosition Gold Pro : Domain Registration Bank : Optilink Software : GoDefy
Mike's Marketing Tools : Mike's Ecommerce Software : Text Links Guide
 
Web HTML-HTML.com
You are here: HTML Codes > Weird Tags > <MARQUEE ...>

Attribute for <MARQUEE ...>
BEHAVIOR =SCROLL |SLIDE |ALTERNATE

BEHAVIOR indicates how the contents scroll.

BEHAVIOR=SCROLL, which is the default, indicates that the content should scroll off the edge of the marquee area, then reappear on the other side:

this code produces this
<MARQUEe BEHAVIOR=SCROLL>
Hello

BEHAVIOR=SLIDE is almost the same, except that it indicates that when the leading part content reaches the edge it should start over without scrolling off. notice in this example that the contents start scrolling again as soon as the "H" reaches the left side:

this code produces this
<MARQUEe BEHAVIOR=SLIDE>
Hello

BEHAVIOR=ALTERNATE makes the content bounce back and forth, all of it remaining visible all the time (assuming of course that it all fits).

this code produces this
<MARQUEe BEHAVIOR=ALTERNATE>
Hello

<MARQUEE SCROLLDELAY="..."> >>>

Copyright © 2002-8 Art Dacor USA LLC. All Rights Reserved.
3727 West Magnolia Blvd #489, Burbank, CA, 91505, USA.
www.HTML-HTML.com