colored scroll bar's?

how do i make the scroll bar a diffrent color??<!--content--><style type="text/css"><br />
body {<br />
scrollbar-face-color: #000000;<br />
scrollbar-highlight-color: #000000;<br />
scrollbar-shadow-color: #000000;<br />
scrollbar-3dlight-color: #000000;<br />
scrollbar-arrow-color: #000000;<br />
scrollbar-track-color: #000000;<br />
scrollbar-darkshadow-color: #000000;<br />
}<br />
</style><br />
<br />
You might need to change the colours unless you like black.<br />
<br />
I don't think this is compatible in all browsers but as far as I know there are no negative effects in cases where it does not work.<br />
<br />
Tim.<!--content-->Originally posted by Tim158<br />
I don't think this is compatible in all browsers but as far as I know there are no negative effects in cases where it does not work.It is compatiable with IE5.5+, and degrades well for other browsers.<!--content-->
 
Back
Top