Click to return to the DHTML, HTML     
sl--bar-color Attribute |...     sl--snap Attribute | slSn...     Behaviors Library    
Web Workshop  |  DHTML, HTML & CSS

sl--orientation Attribute | slOrientation Property


Sets or retrieves whether the slider bar for the slider behavior will render horizontally or vertically.

Syntax

XML<Prefix:CustomTag ID = sID STYLE="behavior:url('slider.htc'); sl--orientation: vertical | horizontal;" .../>
HTML{ sl--orientation: vertical | horizontal }
Scripting[ vertical | horizontal = ] oSlider.style.slOrientation

Possible Values

Prefix Prefix used to associate CustomTag with a namespace. This prefix is set using the XMLNS attribute of the HTML tag.
CustomTag User-defined tag.
sID String that uniquely identifies the object.
verticalString specifying that the slider is rendered vertically on the Web page.
horizontalString specifying that the slider is rendered horizontally on the Web page.

The property is read/write with a default value of horizontal.

Remarks

The sl--orientation attribute is read-only at run time.

The sl--orientation attribute is available only to objects participating in the slider behavior.

Applies To

[ Object Name ]
PlatformVersion
Win16:
Win32:
Mac:
Unix:
WinCE:
slider


Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.