::-ms-track

Non-standard
This feature is non-standard and is not on a standards track. Do not use it on production sites facing the Web: it will not work for every user. There may also be large incompatibilities between implementations and the behavior may change in the future.

The ::-ms-track CSS pseudo-element is a Microsoft extension that represents the track of a slider control. A slider control is one possible representation of <input type="range">.

Applying the color property within the ::-ms-track selector affects the tick marks inside the track area.

It is possible to use the ::-ms-ticks-after, ::-ms-ticks-before, and ::-ms-track pseudo-elements together. To do so would create three sets of tick marks, but the best user experience is one set. To remove tick marks altogether, set the color property to transparent.

Allowable Properties

Only the following CSS properties can be used in a rule with ::-ms-track in its selector. Other properties are ignored.

Syntax

  ::-ms-track

See also