I am building a website that requires heavy customization and i also want to customize the want the scrollbar looks (ie: color, width, style, etc).
I currently have no idea on what to do.
Honestly, I’m working on a group project chrome experiment and i have not tried anything yet.
Any solution even for chrome only will help.
IE has supported this through IE propriatary non-standard CSS attributes such as:
WebKit (Chrome and Safari) also support this using:
What’s pretty cool about WebKit is scrollbars can have an opacity, which makes for some pretty nice looking UI.
To my knowledge, there’s no standard Mozilla way to support this (though there is an open bug on this so we can hope!) There are, however, some jQuery plugins that create scrollable regions. You still wouldn’t get custom scrollbar colors on the document window itself.
IE Example:
WebKit Example (Chrome/Safari):