Click to return to the DHTML, HTML     
sl--tick-color Attribute ...     TICKINTERVAL Attribute | ...     Behaviors Library    
Web Workshop  |  DHTML, HTML & CSS

sl--tick-style Attribute | slTickStyle Property


Sets or retrieves the location of the ticks for the slider behavior.

Syntax

XML<Prefix:CustomTag ID = sID STYLE="behavior:url('slider.htc'); sl--tick-style: bottomRight | topLeft | both | none;" .../>
HTML{ sl--tick-style: bottomRight | topLeft | both | none }
Scripting[ bottomRight | topLeft | both | none = ] oSlider.style.slTickStyle

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.
bottomRightLocation of the tick mark is at the bottom and to the right based on the orientation of the slider.
topLeftLocation of the tick mark is at the top and to the left based on the orientation of the slider
bothTick mark is aligned using the bottomRight possible value when the sl--orientation attribute is set to vertical, or using the topLeft possible value when the sl--orientation attribute is set to horizontal.
noneTick mark is not aligned.

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

Remarks

The sl--tick-style attribute is read-only at run time.

The sl--tick-style 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.