For example:
- Copy and paste the code (text) below into Notepad:
Code:
html {
scrollbar-base-color: #FFFFFF;
scrollbar-face-color: #000033;
scrollbar-track-color: #3333FF;
scrollbar-arrow-color: #FFFFFF;
scrollbar-highlight-color: #FFFFFF;
scrollbar-3dlight-color: #CCCCCC;
scrollbar-shadow-color: #000000;
scrollbar-darkshadow-color: #000000;
}
- then save it as a text file with the name "c:\my.css" (sans the quotes) and close Notepad.
- In Internet Explorer, click Tools > Internet Options > General tab > Accessibility button.
- click (check) the box next to "Format documents using my style sheet", then
- in the empty "Style sheet:" box, type in:
c:\my.css
- click OK, click OK again, then close and re-open Internet Explorer. You should now see ugly darkblue scrollbar(s). :)
To change the colors of your scrollbar(s) in your "c:\my.css" file to whatever you like, here is a page showing the name of each element of a scrollbar:
and a page with hex codes for hundreds of different colors:
Have fun. :)