scrollbar design

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Post Reply
qpress
Forum Members
Forum Members
Posts: 12
Joined: Mon Jan 01, 2007 4:36 pm

scrollbar design

Post 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;
}
10010110

Re: scrollbar design

Post 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.
qpress
Forum Members
Forum Members
Posts: 12
Joined: Mon Jan 01, 2007 4:36 pm

Re: scrollbar design

Post by qpress »

I tested it in Internet Explorer 6.
Post Reply

Return to “Layout and Design (CSS & HTML)”