CSS3.com


CSS SCROLLBAR-HIGHLIGHT-COLOR

This property describes the color of the inner top and left bevel edges (the normally darker portion of the "highlights") of the scrollbar arrows, the scroll bar slider box, and half of the dither pattern color of the scrollbar slider tray area (the other half of the dither is taken from the OS default button face color.)

Example
body { scrollbar-highlight-color: yellow } content
Possible Values
[color]: This is a representation of the values for Red/Green/Blue used to determine a final display color.


Go Back