Transparent Scrollbars

Copy this CSS code into the head of your page. If you already have a CSS code then just add this into it.

<STYLE TYPE="text/css"> <!-- BODY{scrollbar-face-color:#000000; scrollbar-shadow-color:#000000; scrollbar-highlight-color:#72220A; scrollbar-3dlight-color:#72220A; scrollbar-arrow-color:#000000; scrollbar-darkshadow-color:#72220A; scrollbar-track-color:#72220A; } --></style> The #72220A color in the code is a brown color because it is the only exact color that will go transparent. If you by any chance, have that brown color on your site, change it to a color that ISN'T on your site. You can however, change all the #000000 codes to any color you wish =)

Back