Change style scrollbar div for my site [duplicate]

2019-01-23 08:00发布

This question already has an answer here:

I would like the style of the scrollbar of my div style was similar to the iPhone or the new finder osx Lion. It must be compatible with all browsers. Is it possible?

3条回答
beautiful°
2楼-- · 2019-01-23 08:25

There are actually ways to change the looks of the scrollbars in webkit browsers, with CSS only http://css-tricks.com/9130-custom-scrollbars-in-webkit/ It is currently not possible to style scrollbars to have a uniform cross browser appearance, though. You will have to resort to jQuery to get this done http://www.net-kit.com/jquery-custom-scrollbar-plugins/

查看更多
看我几分像从前
3楼-- · 2019-01-23 08:26

You can style scrollbars using jQuery.

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

I think, #3 in that list is similar to the iPhone scrollbars. May require slight modification.

查看更多
再贱就再见
4楼-- · 2019-01-23 08:51

Changing the scrollbars apprearance using CSS only is a feature that is only supported in IE as far as I know. There are however options involving some scripting (using jQuery plugins) that can do the trick.

查看更多
登录 后发表回答