computergeek67 Administrator


Joined: 31 Jul 2007 Posts: 144 Tokens: 147 Location: US
|
Posted: Sat Oct 20, 2007 4:46 pm Post subject: Colorizing the Scrollbar |
|
|
Have you ever looked at your webpage and the at the scrollbar and thought That scrollbar is ugly! How can I change it though?
Well, this tutorial will teach you how. Paste this code:
| Code: | body {
scrollbar-face-color: #C3C3D4;
scrollbar-highlight-color: #FFFFFF;
scrollbar-3dlight-color: #9CB4D6;
scrollbar-darkshadow-color: #7B79AA;
scrollbar-shadow-color: #A1A0C2;
scrollbar-arrow-color: #5C5A95;
scrollbar-track-color: #EEEFF6;
background-color: #ffffff;
} |
The result would look something like this:

_________________
Come to me if you have any questions  |
|