-ms-scrollbar-darkshadow-color
Property of css/propertiescss/properties
Syntax
var result = element.-ms-scrollbar-darkshadow-color;
element.-ms-scrollbar-darkshadow-color = value;
Examples
The following example shows how to create a style rule that sets the -ms-scrollbar-darkshadow-color property for a textArea element.
<HTML>
<HEAD>
<STYLE>
TEXTAREA.BlueShadow { scrollbar-darkshadow-color:blue }
</STYLE>
</HEAD>
<BODY>
<TEXTAREA CLASS="BlueShadow">The gutter elements in the scroll bar for
this element will be blue.</TEXTAREA>
</BODY>
</HTML>
Notes
Remarks
Windows Internet Explorer 8. The -ms-scrollbar-darkshadow-color attribute is an extension to CSS, and can be used as a synonym for scrollbar-darkshadow-color in IE8 Standards mode. The gutter is the space between the track and the bottom and right edges of the scroll box and scroll arrows of the scroll bar. The -ms-scrollbar-darkshadow-color appears outside the -ms-scrollbar-shadow-color. The track is the element of a scroll bar on which the scroll box can slide either up and down or left and right. The scroll box is the square box within a scroll bar that can be moved either up and down or left and right on a track to change the position of the content on the screen. The scroll arrows, located at each end of a scroll bar, are the square buttons containing the arrows that move the content on the screen in small increments, either up and down or left and right. This property applies to elements that display a scroll bar. Cascading Style Sheets (CSS) enable scrolling on all objects through the overflow property. These objects are not listed in the Applies To list for this property.
Syntax
-ms-scrollbar-darkshadow-color: variant
Standards information
There are no standards that apply here.
See also
Related articles
Scrollbar
-ms-scrollbar-darkshadow-color
Related pages
- CSSStyleDeclarationCSSStyleDeclaration
- currentStylecurrentStyle
- defaultSelecteddefaultSelected
- runtimeStyleruntimeStyle
- stylestyle
Reference
- -ms-scrollbar-3dlight-color-ms-scrollbar-3dlight-color
- -ms-scrollbar-arrow-color-ms-scrollbar-arrow-color
- -ms-scrollbar-base-color-ms-scrollbar-base-color
- -ms-scrollbar-face-color-ms-scrollbar-face-color
- -ms-scrollbar-highlight-color-ms-scrollbar-highlight-color
- -ms-scrollbar-shadow-color-ms-scrollbar-shadow-color
- -ms-scrollbar-track-color-ms-scrollbar-track-color
Attributions
Microsoft Developer Network: [Windows Internet Explorer API reference Article]