Jump to content

Formatting Scroll Bar


jhsebree1

Recommended Posts

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.

Link to comment
Share on other sites

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>

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...