-2

Is that possible of customizing vertical scroll bar using Jquery and Css? If so help me out of this issue..

Thanks You

2
  • 1
    As scrollbar is an element native to each browser, you cannot directly customize it. But many jquery plugins let you use your own custom scrollbar, just googleit
    – A. Wolff
    Commented Jan 10, 2013 at 11:07
  • 1
    Possible duplicate: stackoverflow.com/questions/7143785/…
    – Jacco
    Commented Jan 10, 2013 at 11:07

3 Answers 3

0

If you are into plugins, check out this. Here is a demo, but there are others.

Although I don't think it customizes browser's scrollbar (which cannot be customized), it alters the DOM.

0

check this: http://manos.malihu.gr/jquery-custom-content-scroller/

and this: customizing vertical scrollbar with css/jquery

0

You asked the same question 1 hour ago. And in multiple answers the link to http://jscrollpane.kelvinluck.com/ was already given.

We will not write the actual code for you, that is your own job.

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