0

Hi i am trying to get my websites scroll bars to look the same in all browsers. i am trying to do this with jquery but not having any luck getting one to work, can i not just do this in css?

Would appreciate any tutorial links or any push in the right direction. thanks

Dave Smith
  • 31
  • 4
  • 6
  • What have you tried? Also, this might help: http://www.quackit.com/html/codes/html_scrollbars.cfm – David Feb 08 '13 at 16:05
  • possible duplicate http://stackoverflow.com/questions/9945547/how-to-create-a-custom-scrollbar-on-a-div – soyuka Feb 08 '13 at 16:05
  • 3
    websites don't need to look the same in all browser (just need to look good!); styling scrollbar is highly unreliable ;then using js is adding up on code/memory usage/execution...+ it might confuse some users not so sawy that are used to their scrollbar =very bad idea ! – mikakun Feb 08 '13 at 16:06
  • Welcome to Stackoverflow. [This page](http://stackoverflow.com/questions/how-to-ask) will help you improve your chances of getting good answers here. – Forty-Two Feb 08 '13 at 16:23

1 Answers1

0

From a similar thread:

Scrollbar CSS styles are an oddity invented by Microsoft developers. They are not part of the W3C standard for CSS and therefore most browsers just ignore them.

Nevertheless, jScrollPane seems to be a solution that is quite suitable for most browsers.

Community
  • 1
  • 1
poitroae
  • 21,129
  • 10
  • 63
  • 81