PDA

View Full Version : Scrollbar color


Kyuss9
01-14-2003, 02:14 AM
Hello all!

This is my first post here, and I apologise in advance if this question is a bit basic (I did look for a "newbie" area, but it seems there isn't one ;) )

How do one changes the browser's vertical & horizontal scrollbars so that it matches the site's color?

Tx!

DCElliott
01-14-2003, 05:01 AM
Check out this very recent thread (http://developers.evrsoft.com/forum/showthread.php?s=&threadid=1000) .

Kyuss9
01-14-2003, 06:35 AM
Thanks for the answer DCElliott.

I did look around the forum before I posted...I must have missed that thread...sorry about that :)

TheAntiCrust
07-23-2003, 06:27 PM
I realize I might be a little late, but here is the code I use for my site's scrollbar:


body {
scrollbar-face-color: 000000;
scrollbar-highlight-color: FF0000;
scrollbar-3dlight-color: CC0000;
scrollbar-darkshadow-color: 999999;
scrollbar-shadow-color: 666666;
scrollbar-arrow-color: FF0000;
scrollbar-track-color: 000000;
}

thawebman
12-17-2003, 05:12 AM
thax i need it