1

Hi i am trying to create a custom scrollbar in css but I am not able to make it?

Can anybody help me ?

cadrell0
  • 17,109
  • 5
  • 51
  • 69
Rohit Azad Malik
  • 31,410
  • 17
  • 69
  • 97

1 Answers1

1

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/

Community
  • 1
  • 1
Curtis
  • 101,612
  • 66
  • 270
  • 352