Home » CSS Tutorial » CSS Properties » scrollbar-highlight-color
scrollbar-highlight-color (IE 5.5 only)
CSS Property Info :
| Syntax: |
scrollbar-highlight-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 top and left edges of the scroll box and scroll arrows of a scroll bar.
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. 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-highlight-color
|