---
title: '::-ms-ticks-after'
slug: 'Web/CSS/::-ms-ticks-after'
tags:
- CSS
- No standard
- Pseudo-elementos
- Referencia
translation_of: 'Archive/Web/CSS/::-ms-ticks-after'
---
{{CSSRef}}
{{non-standard_header}}
El CSS pseudo-elemento ::-ms-ticks-after
es una extensión de extensión de Microsoft que aplica uno o más estilos, a las marcas de tick que aparecen despues del marcador de un control slider. El control slider es una posible representación de una entrada tipo rango( <input type="range"> ).
Esas marcas no son mostradas por omisión. Para mostrarlas, se debe de establecer la propiedad display del control a block {{cssxref("display")}}.
Es posible usar los pseudo elementos ::-ms-ticks-after
, {{ cssxref("::-ms-ticks-before") }}, y {{ cssxref("::-ms-track") }} a la vez. Para hacerlo debe crear tres tres conjuntos de marcas, pero la mejor experiencia deusuario es con un conjunto. Par quitar todas las marcas , establezca la propiedad color {{ cssxref("color") }} a transparente.
Allowable Properties
Solo una de las siguientes propiedades CSS puede ser usada con ::-ms-ticks-after
en su selector. Otras propiedadess seran ignoradas.
- {{cssxref("background-clip")}}
- {{cssxref("background-color")}}
- {{cssxref("background-image")}}
- {{cssxref("background-origin")}}
- {{cssxref("background-repeat")}}
- {{cssxref("background-size")}}
- {{cssxref("border-bottom-color")}}
- {{cssxref("border-bottom-left-radius")}}
- {{cssxref("border-bottom-right-radius")}}
- {{cssxref("border-bottom-style")}}
- {{cssxref("border-bottom-width")}}
- {{cssxref("border-left-color")}}
- {{cssxref("border-left-style")}}
- {{cssxref("border-left-width")}}
- {{cssxref("border-right-color")}}
- {{cssxref("border-right-style ")}}
- {{cssxref("border-right-width")}}
- {{cssxref("border-top-color")}}
- {{cssxref("border-top-left-radius")}}
- {{cssxref("border-top-right-radius ")}}
- {{cssxref("border-top-style")}}
- {{cssxref("border-top-width")}}
- {{cssxref("box-shadow")}}
- {{cssxref("box-sizing")}}
- {{cssxref("color")}}
- {{cssxref("cursor")}}
- {{cssxref("display")}} (values
block
, inline-block
, none
)
- {{cssxref("@font-face")}}
- {{cssxref("font-size")}}
- {{cssxref("font-style")}}
- {{cssxref("font-weight")}}
- {{cssxref("height")}}
- {{cssxref("margin-bottom")}}
- {{cssxref("margin-left")}}
- {{cssxref("margin-right")}}
- {{cssxref("margin-top")}}
-ms-background-position-x
-ms-background-position-y
- {{cssxref("-ms-high-contrast-adjust")}}
- {{cssxref("opacity")}}
- {{cssxref("outline-color")}}
- {{cssxref("outline-style")}}
- {{cssxref("outline-width")}}
- {{cssxref("padding-bottom")}}
- {{cssxref("padding-left")}}
- {{cssxref("padding-right")}}
- {{cssxref("padding-top")}}
- {{cssxref("transform")}}
- {{cssxref("transform-origin")}}
- {{cssxref("visibility")}}
- {{cssxref("width")}}
Syntax
{{csssyntax}}