I recently saw the new gmail look, and am liking the scroll bar when you have lots of emails. How can I replicate this in my site?
Also, how can I start from scratch, and another sub-question: can I put an image for the background of the scroll bar, e.g a PNG Background.
How can I replicate this, in any way: jquery, css etc?
Also, how can I make the scroll bar be fatter, and occupy more, or less space.
Thanks
EDIT: Is it also possible to allow the end user to change the size, baground color etc through a simple form, if they are provided a bunch of different options / themes?
Find a similar custom scrollbar somewhere, grab a copy of the code, implements and enjoy.
Like this.
can I put an image for the background of the scroll bar, e.g a PNG Background?
Yes. It’s CSS+JS.
How can I replicate this, in any way: jquery, css etc?
See link.
Also, how can I make the scroll bar be fatter, and occupy more, or less space.
By changing the CSS.
Is it also possible to allow the end user to change the size, baground color etc through a simple form, if they are provided a bunch of different options / themes?
Yes.