Reputation: 21207
How can I make the scrollbars like in Google Wave? They save a lot of space and look nice.I would like to put the scrollbars on a div like how google wave does it.
(source: mikeabundo.com)
Upvotes: 9
Views: 2601
Reputation: 31
This is my implementation using JQuery: https://www.dropbox.com/s/3ftyr6mg8vwa6k4/gWaveScrollbar%20plugin.tar.gz?dl=0
Upvotes: 0
Reputation: 2153
This should get you pretty close: http://konrness.com/javascript/google-wave-style-scroll-bar-jquery-plugin/
Upvotes: 2
Reputation: 7803
Here http://jebaird.com/blog/shortscroll-jquery-ui-google-wave-style-scroll-bar, it is similar but has not all Google Wave functionality.
Upvotes: 2
Reputation: 187090
It is a custom element ( maybe a div ) that acts like a scroll bar.
You can find a number of implementation using jQuery
Upvotes: 4