|
Setting Scrollbar Colors
Want to know how to set your scrollbar colors? Its very simple.
Within your tag insert the following code within style sheet tags in your header:
BODY {
scrollbar-face-color: #990000;
scrollbar-shadow-color: #000000;
scrollbar-highlight-color: #FFCC66};
scrollbar-3dlight-color: #000000;
scrollbar-darkshadow-color: #000000;
scrollbar-track-color: #000000;
scrollbar-arrow-color: #000000;
}
Each of the colors can be changed based on your preferences. The colors
in the code above are the colors we used on our site.
How do I figure out the color codes?
|