---
title: Extensões CSS da Microsoft
slug: Web/CSS/Microsoft_Extensions
translation_of: Web/CSS/Microsoft_Extensions
---
{{CSSRef}}
Aplicativos da Microsoft, como Edge e Internet Explorer, suportam uma série de extensões especiais da Microsoft para css. Essas extensões são prefixadas com .-ms-
Propriedades somente para Microsoft (evite usar em sites)
Nota: Essas propriedades funcionarão apenas em aplicativos da Microsoft e não estão em uma faixa de padrões.
- {{CSSxRef("-ms-acelerador")}}
- {{CSSxRef("-ms-block-progression")}}
- {{CSSxRef("-ms-content-zoom-chaining")}}
- {{CSSxRef("-ms-content-zooming")}}
- {{CSSxRef("-ms-content-zoom-limit")}}
- {{CSSxRef("-ms-content-zoom-limit-max")}}
- {{CSSxRef("-ms-content-zoom-limit-min")}}
- {{CSSxRef("-ms-content-zoom-snap")}}
- {{CSSxRef("-ms-content-zoom-snap-points")}}
- {{CSSxRef("-ms-content-zoom-snap-type")}}
- {{CSSxRef("-ms-filter")}} {{Obsolete_Inline}}
- {{CSSxRef("-ms-flow-from")}}
- {{CSSxRef("-ms-flow-into")}}
- {{CSSxRef("-ms-high-contrast-adjust")}}
- {{CSSxRef("-ms-hifenate-limit-chars")}}
- {{CSSxRef("-ms-hifenate-limit-lines")}}
- {{CSSxRef("-ms-hifenate-limit-zone")}}
- {{CSSxRef("-ms-ime-align")}}
- {{CSSxRef("-ms-overflow-style")}}
- {{CSSxRef("-ms-scrollbar-3dlight-color")}} {{Obsolete_Inline}}
- {{CSSxRef("-ms-scrollbar-seta-cor")}} {{Obsolete_Inline}}
- {{CSSxRef("-ms-scrollbar-base-cor")}} {{Obsolete_Inline}}
- {{CSSxRef("-ms-scrollbar-darkshadow-color")}} {{Obsolete_Inline}}
- {{CSSxRef("-ms-scrollbar-face-color")}} {{Obsolete_Inline}}
- {{CSSxRef("-ms-scrollbar-highlight-color")}} {{Obsolete_Inline}}
- {{CSSxRef("-ms-scrollbar-shadow-color")}} {{Obsolete_Inline}}
- {{CSSxRef("-ms-scrollbar-track-color")}} {{Obsolete_Inline}}
- {{CSSxRef("-ms-scroll-chaining")}}
- {{CSSxRef("-ms-scroll-limit")}}
- {{CSSxRef("-ms-scroll-limit-x-max")}}
- {{CSSxRef("-ms-scroll-limit-x-min")}}
- {{CSSxRef("-ms-scroll-limit-y-max")}}
- {{CSSxRef("-ms-scroll-limit-y-min")}}
- {{CSSxRef("-ms-scroll-rails")}}
- {{CSSxRef("-ms-scroll-snap-points-x")}}
- {{CSSxRef("-ms-scroll-snap-points-y")}}
- {{CSSxRef("-ms-scroll-snap-x")}}
- {{CSSxRef("-ms-scroll-snap-y")}}
- {{CSSxRef("-ms-scroll-translation")}}
- {{CSSxRef("-ms-text-autospace")}}
- {{CSSxRef("-ms-touch-select")}}
- {{CSSxRef("-ms-wrap-flow")}}
- {{CSSxRef("-ms-wrap-margin")}}
- {{CSSxRef("-ms-wrap-through")}}
- {{CSSxRef("zoom")}}
Pseudo-elements
- {{CSSxRef("::-ms-browse")}}
- {{CSSxRef("::-ms-check")}}
- {{CSSxRef("::-ms-clear")}}
- {{CSSxRef("::-ms-expand")}}
- {{CSSxRef("::-ms-fill")}}
- {{CSSxRef("::-ms-fill-lower")}}
- {{CSSxRef("::-ms-fill-upper")}}
- {{CSSxRef("::-ms-reveal")}}
- {{CSSxRef("::-ms-thumb")}}
- {{CSSxRef("::-ms-ticks-after")}}
- {{CSSxRef("::-ms-ticks-before")}}
- {{CSSxRef("::-ms-tooltip")}}
- {{CSSxRef("::-ms-track")}}
- {{CSSxRef("::-ms-value")}}
- {{CSSxRef("@media/-ms-high-contrast","-ms-high-contrast")}}
- {{DOMxRef("msContentZoomFactor")}}
- {{DOMxRef("msGetPropertyEnabled")}}
- {{DOMxRef("msGetRegionContent")}}
- {{DOMxRef("MSRangeCollection")}}
- {{DOMxRef("msRegionOverflow")}}
See also