Page 1 of 1

scrollbar design

Posted: Mon Jan 01, 2007 4:44 pm
by qpress
Hi,

I try to design the colors of the scrollbar. I put this code to the stylesheet but change nothing.


/*****************
basic layout
*****************/
body {
scrollbar-arrow-color: yellow;
scrollbar-base-color: black;
scrollbar-dark-shadow-color: yellow;
scrollbar-track-color: green;
scrollbar-face-color: blue;
scrollbar-shadow-color: white;
scrollbar-highlight-color: silver;
scrollbar-3d-light-color: black;
}

Re: scrollbar design

Posted: Mon Jan 01, 2007 6:38 pm
by 10010110
In which browser are you testing this?
Be aware that this will not work in ANY browser except Internet Explorer as these are Microsoft proprietary CSS rules and not part of the official W3C standards. And be aware that you shouldn't mess around with the user's interface as this might have a negative impact on accessibility.

Re: scrollbar design

Posted: Mon Jan 01, 2007 8:58 pm
by qpress
I tested it in Internet Explorer 6.