This topic has not yet been rated - Rate this topic

behavior property

Sets or retrieves how the text scrolls in the marquee.

Syntax

HRESULT value = object.put_behavior( v);HRESULT value = object.get_behavior(* p);

Property values

Type: BSTR

scroll

Default. Marquee scrolls in the direction specified by the IHTMLMarqueeElement::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 IHTMLMarqueeElement::direction property. The text scrolls to the end and stops.

See also

How to Fly Text in DHTML

 

 

Build date: 11/12/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.