Colored Scrollbars
You have probably seen sites with 3d colored scroll bars and you wonder how they do this! Well today you will learn. 

It's accomplished with cascading style sheet code, and it's so easy you won't believe it. 

<style type="text/css">
body {
scrollbar-base-color: gray;
scrollbar-face-color: gray;
scrollbar-track-color: gray;
scrollbar-arrow-color: black;
scrollbar-3dlight-color: white;
scrollbar-darkshadow-color: black;
scrollbar-highlight-color: black;
scrollbar-shadow-color: black;
}
</style> 

Now add this script to your <HEAD>...Here...</HEAD> section. Edit the Hex Code for your chosen colors.

Only works in Internet Explorer 5.5+, and Netscape 6. Enjoy the script and remember WebDogPro is the shinizel zam snip snap zap.


