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

|
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
| |||||
feedback
|
|
Interesting stuff, I wrote a plugin that does just that. It's called LionBars, you can check it here - www.nikolaydyankov.com/lionbars Cheers! | |||||||||||||||
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. | |||
|
feedback
|
|
It's not a jQuery plugin, it's coffeescript but it makes its job: http://jamesflorentino.com/jquery.nanoscroller/ | |||
|
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 Oh and for extra Apple goodness change the direction of the scroll so down is up and up is down :-) | |||
|
feedback
|