Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

Hi i am try to create custom scrollbar in css but is not make it?

anybody help me ?

share|improve this question
this is not possible in css you can used jquery. – Rohit Azad Apr 3 '12 at 11:04
2  
Can be done only for Chrome. Here it is how css-tricks.com/custom-scrollbars-in-webkit – tea_totaler Apr 3 '12 at 11:06
See jscrollpane.kelvinluck.com and hesido.com/web.php?page=customscrollbar both use javascript – Tim Apr 3 '12 at 11:06
See also: stackoverflow.com/questions/7725652/… – Tim Apr 3 '12 at 11:07

closed as not a real question by Kyle Sevenoaks, Bill the Lizard Apr 3 '12 at 12:07

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.

1 Answer

up vote 0 down vote accepted

It is not possible to do this cross-browser with plain CSS.

As @tea-totaler has mentioned, it is however possible in Google Chrome.

It is however possible to do this using javascript/jQuery.

Here is a helpful article containing links to 10 different jQuery Custom Scrollbars:

http://www.net-kit.com/jquery-custom-scrollbar-plugins/

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.