This property describes the color for the button face of the scrollbar arrow widgets, the button face color of the slider widget and the main color of the inactive square at the bottom/right corner of the scrolled box. This property has no effect on the scrollbar tray/track that the scrollbar slider widget travels in
Example
|
body { scrollbar-face-color: red }
<body style=”scrollbar-face-color: red”>text</body> |
Possible Values
| Value | Description |
|---|---|
| [color] | This is a representation of the values for Red/Green/Blue used to determine a final display color. |


November 1st, 2007 at 4:38 am
exlent
November 1st, 2007 at 4:39 am
body { scrollbar-face-color: red }
text
January 8th, 2008 at 1:57 pm
Whats the point, browser devs are idiots, since browsers have their own scroll bars.
It would be awsome if there where a reliable way to controll this, but with the retarded browser devs we have today, i wouldent hold my hopes up.
March 20th, 2008 at 6:16 am
[…] CSS Styled Scrollbars With Mootools and JQuery: Currently, only the IEs support the styling of scrollbars with CSS alone (although scrollbar styles are part of CSS3). This post links to a couple of Javascript-library-based techniques to get the job done in the meantime. […]