Click to See Complete Forum and Search --> : Scrollbar color


bwicki
10-31-2005, 08:28 PM
I remember that you could change the color of the scrollbar, but i do not remember the code for it. If anyone can help me out, please e-mail me. The address is bfn1986@sbcglobal.net. In the subject line, please put "scrollbar color." Thank you

Brian Nowicki

stacywacy
10-31-2005, 11:40 PM
I got this from a site I frequent.

<style>
BODY{scrollbar-face-color:#000000;
scrollbar-arrow-color:#CCCCFF;
scrollbar-track-color:#000000;
scrollbar-shadow-color:"";
scrollbar-highlight-color:'"';
scrollbar-3dlight-color:''";
scrollbar-darkshadow-Color:'"';}
</style>

Fang
11-01-2005, 01:06 AM
Applying it to the body only works in quirks mode (http://www.w3.org/International/articles/serving-xhtml/#quirks). In standards mode it must be applied to the html

noslenwerd
11-01-2005, 10:05 AM
nice, i never knew you could change scrollbar color :)

Sunny G
11-01-2005, 12:10 PM
It usually only works in Internet Explorer. As far as I know, firefox doesn't support it.

Kravvitz
11-01-2005, 02:53 PM
IE5.5+/Win supports them.

Opera 7.2+ has partial support for them in Quirks mode if the feature is enabled in the preferences.

Firefox does not support them.

bwicki
11-01-2005, 08:49 PM
Thanks for all the help!

Robert Wellock
11-02-2005, 07:51 AM
Because Scrollbar color is EVIL that is why it nver made the W3C.