chris
chris

Reputation: 21207

How to create Google Wave-like scrollbars?

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.

alt text
(source: mikeabundo.com)

Upvotes: 9

Views: 2601

Answers (4)

Konstantin Melnikov
Konstantin Melnikov

Reputation: 31

This is my implementation using JQuery: https://www.dropbox.com/s/3ftyr6mg8vwa6k4/gWaveScrollbar%20plugin.tar.gz?dl=0

Upvotes: 0

Konr Ness
Konr Ness

Reputation: 2153

This should get you pretty close: http://konrness.com/javascript/google-wave-style-scroll-bar-jquery-plugin/

Upvotes: 2

Binyamin
Binyamin

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

rahul
rahul

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

jScrollPane

Upvotes: 4

Related Questions