View Full Version : changing scrollbar colors????
Any ideas as to how you change the color of a scroll bar in order to match the rest of the site. Must this be done in java or is it simpler than that? Any links to tell me how??? Any info would be great guys.
add following stylesheet into the <head> section | change color values to how you want 'em
(colored scrollbars only work in IE 5.5 & up, doesen't work in lower versions of IE or ANY versions of Netscape. (may soon be supported in Netscape 6)
<style>
<!--
BODY{
scrollbar-face-color:#75EA00;
scrollbar-arrow-color:brown;
scrollbar-track-color:#EEEEEE;
scrollbar-shadow-color:color_here'';
scrollbar-highlight-color:color_here'';
scrollbar-3dlight-color:color_here'';
scrollbar-darkshadow-Color:color_here'';
}
-->
</style>
Here's an easier way to do it!
http://cyber-junkie.com/tools/scrollbargen/
Here's the product so far, it's for a gaming clan page.
lok clan (http://members.rogers.com/lords_of_kaos)
I've been at it for about 3 days now while my back heals ;).
Thanx again.
vBulletin® v3.7.3, Copyright ©2000-2008, Jelsoft Enterprises Ltd.