Could any one let me know the css to create a custom scroll bar which looks like the one in the image? The background should be transparent, I have placed it on a green background for now.

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can do this using the jQuery plugin jScrollPane – http://jscrollpane.kelvinluck.com/
The above code with set a div with class “scroll-pane” to scroll.
You can’t do with with standard CSS but with CSS3 you can:
NOTE: This will only work on webkit browsers.