CSS -ms-scrollbar-face-color Property Reference

The CSS -ms-scrollbar-face-color property is a nonstandard property in Microsoft Extensions. Review its formal syntax, computed behavior, and practical declarations.

CSS -ms-scrollbar-face-color Property Reference

The CSS -ms-scrollbar-face-color property is a nonstandard property in Microsoft Extensions. Review its formal syntax, computed behavior, and practical declarations.

Updated 2026-08-12

-ms-scrollbar-face-color overview

The CSS -ms-scrollbar-face-color property is a nonstandard property in Microsoft Extensions. Review its formal syntax, computed behavior, and practical declarations.

The computed value normally inherits from the parent element when no declaration wins the cascade.

Syntax and formal definition

-ms-scrollbar-face-color formal syntax
FieldValue
Formal syntax<color>
Initial valueThreeDFace
Applies toallElements
InheritedYes
Percentagesno
Computed valueasSpecified
Animation typediscrete
Mediavisual
Specification groupMicrosoft Extensions
StatusNonstandard

Practical examples

These declarations demonstrate valid ways to set -ms-scrollbar-face-color. The initial and inherit global keywords remain available even when a property-specific value is preferable.

-ms-scrollbar-face-color live example
CSS .reset-example { -ms-scrollbar-face-color: initial; } .inherit-example { -ms-scrollbar-face-color: inherit; } @supports (-ms-scrollbar-face-color: initial) { .supported { -ms-scrollbar-face-color: initial; } }

Related references

Description

The CSS -ms-scrollbar-face-color property is a nonstandard property in Microsoft Extensions. Review its formal syntax, computed behavior, and practical declarations.

References

  1. MDN: -ms-scrollbar-face-color
  2. MDN: CSS Properties Reference

Similar or alternative tools

Don't forget to set a bookmark for tool.io!
Privacy | Imprint | Cookies