CSS SCROLLBAR-FACE-COLOR
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. |



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.
Opera too supports it
The point is that scrollbars inside div or iframe elements could use some custom coloring/skinning to match with the design/pallette so the “stupid” web devs don’t have to resort to javascript or flash for this kind of work. A scrollbar is a visible element and needs to be able to be styled like everything else. That’s the job for CSS not javascript or plugins.
I agree, scrollbars within divs can look so ugly. using css to control styling of scrollbars is very useful.