Skip to content

Instantly share code, notes, and snippets.

@phaberest
Created April 9, 2013 12:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save phaberest/5345166 to your computer and use it in GitHub Desktop.
Save phaberest/5345166 to your computer and use it in GitHub Desktop.
Style scrollbars in IE with simple CSS
body {
scrollbar-arrow-color: #FF3300;
scrollbar-3dlight-color: #FF6633;
scrollbar-highlight-color: #FF9933;
scrollbar-face-color: #FF9900;
scrollbar-shadow-color: #FF6633;
scrollbar-darkshadow-color: #FF0033;
scrollbar-track-color: #FF6600;
}
@phaberest
Copy link
Author

@phaberest
Copy link
Author

@phaberest
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment