Scrollbar Colors

April 13th, 2009
| Tags: scrollbar colors
Tutorial Description:
Tutorial Description:
Learn how to change the colors on the scrollbar.
Put this code in within your head tags in any HTML page that you want to have this custom scrollbar.
body
{
scrollbar-face-color: #FFFFFF;
scrollbar-highlight-color: #FFFFFF;
scrollbar-3dlight-color: #FFFFFF;
scrollbar-darkshadow-color: #FFFFFF;
scrollbar-shadow-color: #FFFFFF;
scrollbar-track-color: #FFFFFF;
scrollbar-arrow-color: #FFFFFF;
}
Simply replace the color codes to whatever you want, and you’re done!
Leave a comment
| Trackback

