Colored scroll bar in i.e. 5.5 and up:
Here is the code to generate a colored scroll bar on your web pages.


<STYLE type="text/css">
BODY
{scrollbar-face-color: #2A314C; scrollbar-shadow-color: #2A314C;
scrollbar-highlight-color: #2A314C; scrollbar-3dlight-color: #9AB6C4;
scrollbar-darkshadow-color: #20253A; scrollbar-track-color: #20253A;
scrollbar-arrow-color: #CCCCCC}
</STYLE>


All you need to do is insert the above code into your web page and change the #hex values to match the colors you want to use.

Now note this will only actually be visible in internet explorer 5.5 so a lot of your visitors won't even notice. But as more and more people start upgrading their browsers they will :) Also I have found no side effects as far as the code messing up anything in NS or earlier versions of i.e. Enjoy...
Sponsored Links: