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
  • 16,215
  • 4
  • 48
  • 68
Rohit Azad Malik
  • 29,262
  • 15
  • 57
  • 87

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
Curt
  • 94,964
  • 60
  • 257
  • 340