jhsebree1 0 Posted January 25, 2006 Report Share Posted January 25, 2006 I'm curious about the formating options available for scroll bars. First of all, how can I change the color to the existing scroll bar? Also, I would prefer to avoid showing the scroll bars entirely and instead use another less obvious design to display them. Quote Link to post Share on other sites
Eric 1 Posted January 25, 2006 Report Share Posted January 25, 2006 Styling scrollbars is NOT recommended by the W3C and it a IE properity.So only Internet Explorer would see them anyway.Also, your CSS won't validate with them.However, after knowing all this, if you still want them, here's the code <style type="text/css">body {scrollbar-face-color: green;scrollbar-shadow-color: blue;scrollbar-highlight-color: black;scrollbar-3dlight-color: red;scrollbar-darkshadow-color: brown;scrollbar-track-color: yellow;scrollbar-arrow-color: white;}</style> Quote Link to post Share on other sites
~Shinta 0 Posted January 25, 2006 Report Share Posted January 25, 2006 Scrollbar colors are irritating. Quote Link to post Share on other sites
Eric 1 Posted January 25, 2006 Report Share Posted January 25, 2006 Scrollbar colors are irritating.<{POST_SNAPBACK}> True, if you don't like them and you like using IE, then there's a way to un-color them.Just follow this link:http://www.w3.org/Style/Examples/007/scrollbars.htmlThat will prevent IE from using any CSS colored scrollbars someone has on their site. Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.