does someone know a jquery plugin which makes Mac OS X Lion style scrollbars for every browser?

thanks in advance.

edit: here's an image for windows users enter image description here

link|improve this question

62% accept rate
A link to what a "lion style scrollbar" is would be helpful for non-mac users. – James Montagne Jul 28 '11 at 18:31
Forcing one operating system's styles/defaults/behaviors on users of another is a very non-web-friendly thing to do. – coreyward Sep 2 '11 at 5:36
feedback

4 Answers

Interesting stuff, I wrote a plugin that does just that. It's called LionBars, you can check it here - www.nikolaydyankov.com/lionbars

Cheers!

link|improve this answer
This looks very nice, Nikolay. Nice work. – Bart Jacobs Sep 15 '11 at 7:14
Thanks! I'm glad people are finding it useful. – Nikolay Dyankov Sep 18 '11 at 5:52
Awesome! Thanks for this – bzx Nov 30 '11 at 12:58
1  
You might want to try out the new version at github.com/nikolaydyankov/lionbars - much greater support (even IE8) – Nikolay Dyankov Dec 2 '11 at 12:20
1  
The links seem to have gone bad, 404s and such.. Any ideas what happened to this plugin/project? – peteski22 May 24 at 10:48
show 2 more comments
feedback

The day Lion was released I was very fond of the scrollbar in the OS. The browsers already have a slick default scrollbar but I thought how about them Windows users ;).

It is still under construction but it might help you out: OSX Scroll

Based on tinyscrollbar but I made some adjustments. You can enable autohide (like in the OS). Just have a look at the source files.

Hope it helps.

link|improve this answer
feedback

It's not a jQuery plugin, it's coffeescript but it makes its job: http://jamesflorentino.com/jquery.nanoscroller/

link|improve this answer
feedback

The scrollpane Jquery Plugin is the closest you'll get.

http://jscrollpane.kelvinluck.com/

see the lozenge demo: http://jscrollpane.kelvinluck.com/themes/lozenge/

To make it more like Lion, you could customize it to only show the bar when the track div is hovered over and ensure you use the animateEase function.

Oh and for extra Apple goodness change the direction of the scroll so down is up and up is down :-)

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.