Home » CSS Tutorial » CSS Properties » scrollbar-track-color
scrollbar-track-color (IE 5.5 only)
CSS Property Info :
| Syntax: |
scrollbar-track-color: <value> |
| Possible Values: |
<color> |
| Initial Value: |
Not defined |
| Applies to: |
APPLET, BDO, BODY, currentStyle, CUSTOM, defaults, DIV, EMBED, OBJECT, runtimeStyle, style, TEXTAREA |
| Inherited: |
Yes |
CSS Browser Support :
Internet Explorer 5.5 or higher only
CSS Property Description :
Sets the color of the track element of a scroll bar.
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.
This property applies to elements that display a scroll bar. CSS enable scrolling on all objects through the overflow property. These objects are not listed in the Applies To list for this property.
CSS Bugs / Problems :
None. This is a 'harmless' property, page rendering won't be affected on browsers not supporting this property (except the fact that normal scrollbars are displayed)
Adapted by style-sheets.com, maker of Style Studio, powerful CSS Editor for Windows.
Copyright © John Pozadzides and Liam Quinn. All rights reserved.
Home » CSS Tutorial » CSS Properties » scrollbar-track-color
|