| Type: |
Picture 
|
| Level: |
Intermediate
|
| Date: |
2007-Sep-25
|
| Visited: |
2000 times
|
| Rating: |

|
| Author: |
Alex Plumpton |
|
|
Have you ever wondered how to change the color of the scrollbar?
Well this script will help you:
<style>
body {
scrollbar-face-color: #004F27;
scrollbar-shadow-color: #DB0529;
scrollbar-highlight-color: #FFFFFF;
scrollbar-3dlight-color: #FFFFFF;
scrollbar-darkshadow-color: #DCE0E2;
scrollbar-track-color: #DB0529;
scrollbar-arrow-color: #DCE0E2;
}
</style>