Jump to content

CSS ScrollBar styles


conorod

Recommended Posts

Hi.I am making a HTML Editor, and one of the features I am including is a form to let users create their own scrollbar styles. I thought it would be good, though, to have a few pre-made ones for them.So if anyone has ANY scrollbar styles(or any other handy bits of css, those would also be good!) please post them here.

Link to comment
Share on other sites

Remember these CSS Styles don't work in the following:Windows

  • Firefox
  • Netscape
  • Mozilla
  • Opera

Linux

  • All browsers, unless emulating IE7 and below.

Macintosh

  • ALL BROWSERS, NO EXCEPTIONS (This includes IE 5.5 and below)

Link to comment
Share on other sites

scrollbar-face-color : #000000;scrollbar-highlight-color : #000000;scrollbar-3dlight-color : #000000;scrollbar-shadow-color : #000000;scrollbar-darkshadow-color : #000000;scrollbar-track-color : #000000;scrollbar-arrow-color : #000000;

Why dont you make your own??

Link to comment
Share on other sites

Prateek,See the post immediately above you. Scrollbar colouring is an IE proprietary code and doesn't work except in IE, basically, so your code, and the examples from the link two posts above yours are not Standard Compliant and can not be relied upon to work.Although there are ways to style scrollbars using javascript and images. Google is your friend.

Link to comment
Share on other sites

Sorry..I guess I should have read the,.

Link to comment
Share on other sites

Although there are ways to style scrollbars using javascript and images. Google is your friend.
I didnt know it was possible outside of IE. thanks jlhaslip
Link to comment
Share on other sites

Goggle isnt always your friend and no one feels lucky

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...