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;
}
scrollbar design
Re: scrollbar design
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.
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
I tested it in Internet Explorer 6.