So, you've decided that you don't need to write valid XHTML or CSS, and you really want to change the colors of the scrollbar for your Internet Explorer and Konqueror customers. There are seven CSS properties you can use to do this:
- scrollbar-base-color:;
- scrollbar-face-color:;
- scrollbar-track-color:;
- scrollbar-3dlight-color:;
- scrollbar-highlight-color:;
- scrollbar-arrow-color:;
- scrollbar-darkshadow-color:;
- scrollbar-shadow-color:;
These style properties can be used for more than just the scrollbar on the right side of the browser window. You can color the scrollbars in an iframe, in a textarea box, or even in a frameset. You just need to put your properties in a class and set that class on the element you want changed.
First page > Using CSS to Keep Your Scrollbars Standard > 1, 2

