- Moderated by:
- Support
-
- rank:
-
Registered User
- registered:
- April 2003
- Status:
- offline
- last visit:
- 25.04.03
- Posts:
- 1
A friend of mine recently had my change the color scheme of his site (was blue and we changed it tan) everything was changed except the scroll bar to the far right
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------->
he said he couldn't find any files for it.....so is there instead code you have to change to get the new color?
Thanks for any help you can give. :D -
- rank:
-
Helper
- registered:
- February 2003
- Status:
- offline
- last visit:
- 06.03.08
- Posts:
- 233
You need to check your CSS files under your theme folder...
You should have the following set...
body
{
scrollbar-arrow-color:#000000; /* Black */
scrollbar-face-color:#FFFFFF; /* White */
scrollbar-shadow-color:#C0C0C0; /* Silver */
scrollbar-highlight-color:#708090; /* Slate-Grey */
scrollbar-track-color:#4682B4; /* Steel Blue */
}
If your body already has settings, just add the above ones in.
Hope that helps... I love the CSS!
