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. bottomRight Location of the tick mark is at the bottom and to the right based on the orientation of the slider. topLeft Location of the tick mark is at the top and to the left based on the orientation of the slider both Tick 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. none Tick 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
slider