COLOR THE SCROLLBAR

HTML code for coloring the scrollbar of your web site just insert the code under the BODY section


<STYLE type="text/css">
<!--
BODY
{
scrollbar-face-color: #FFFF33;
scrollbar-highlight-color: #000000;
scrollbar-3dlight-color: #FFFFFF;
scrollbar-darkshadow-color: #FFFFFF;
scrollbar-shadow-color: #DDDDDD;
scrollbar-arrow-color: #FF3300;
scrollbar-track-color: #FF6600;
}
-->
</STYLE>

Letters in brown are the colors of the scrollbar change it as suitable to your site
ex:
Note: To make the scrollbar transparent set all the colors same as the background of your site

About Us