changing scrollbar colors???? [Archive] - SpeedGuide.net Broadband Community

View Full Version : changing scrollbar colors????


sito
04-09-02, 04:39 PM
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.

TonyT
04-09-02, 05:05 PM
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>

sito
04-11-02, 12:48 PM
Thanx TonyT ;)

TonyT
04-11-02, 01:03 PM
Here's an easier way to do it!

http://cyber-junkie.com/tools/scrollbargen/

sito
04-11-02, 11:19 PM
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.