CSS SCROLLBAR-DARKSHADOW-COLOR
This property describes the color of the outer bottom and right bevel edges (the normally darker portion of the “shadows”) of the scrollbar arrows and scroll bar slider box portions of a scroll bar
Example
| body { scrollbar-darkshadow-color: #00ffff }
<body style=”scrollbar-shadow-color: #cccccc”>my content</body> |
Possible Values
| Value | Description |
|---|---|
| [color] | This is a representation of the values for Red/Green/Blue used to determine a final display color. |


4 Responses
you really need to specify what browser all of these effects work in. As far as I know scroll bar effects only works in IE 5.5+
Most of the scrollbar properties doesn’t work with Firefix and your tutorial is one of them !!! better be specific
Not working.
I need exaple work in firefox and IE
this not working in IE8 and firefox 3
Thank you.
from my experience it only works if you put it under html not body, so for ex.:
html { scrollbar-darkshadow-color: #00ffff } instead of
body { scrollbar-darkshadow-color: #00ffff }
if you stick that into the external CSS it should work in atleast IE6+ (oldest version ive done it in)