Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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)

like image 712
chris Avatar asked Oct 07 '09 06:10

chris


2 Answers

It is a custom element ( maybe a div ) that acts like a scroll bar.

You can find a number of implementation using jQuery

jScrollPane

like image 130
rahul Avatar answered Nov 15 '22 20:11

rahul


Here http://jebaird.com/blog/shortscroll-jquery-ui-google-wave-style-scroll-bar, it is similar but has not all Google Wave functionality.

like image 24
Binyamin Avatar answered Nov 15 '22 21:11

Binyamin