Changing The Template Scrollbar Color
The code to change the scrollbar color can be found at the very top of the CSS file. Open your "coolstyle.css" or "corporatestyle.css" in a plain text editor like Notepad. Change the code show below to edit the template scrollbar colors. You template may be slightly different.
Simple scrollbar colors seen on some templates:
BODY { scrollbar-base-color: #333333 }
Complex scrollbar colors see on some templates
BODY {scrollbar-base-color: #1A3E8A;
scrollbar-track-color: #7D8FB1;
scrollbar-face-color: #1A3E8A;
scrollbar-highlight-color: #FFFFFF;
scrollbar-3dlight-color: #FFFFFF;
scrollbar-darkshadow-color: #FFFFFF;
scrollbar-shadow-color: #FFFFFF;
scrollbar-arrow-color: #FFFFFF; }
To change the colors use a different 6 digit HEX number. Click here for other color choices.
Related Topics:
Changing Font Colors and Sizes
Changing Link Colors
Adding New Font Styles
Editing the Flash Animation
Adding a Second Link Class (advanced)
Links:
Font Colors
Color Mixer Software

|
|

|