10 09/2014

webkit scrollbar css

最后更新: Wed Sep 10 2014 12:29:11 GMT+0800

ie 可以控制滚动条样式,webkit 也可以,firefox 目前还不行。可控制的部分(伪元素)

::-webkit-scrollbar { / 1 / }
::-webkit-scrollbar-button { / 2 / }
::-webkit-scrollbar-track { / 3 / }
::-webkit-scrollbar-track-piece { / 4 / }
::-webkit-scrollbar-thumb { / 5 / }
::-webkit-scrollbar-corner { / 6 / }
::-webkit-resizer { / 7 / }

webkit scrollbar css

可控制的状态(伪类)

:horizontal
:vertical
:decrement
:increment
:start
:end
:double-button
:single-button
:no-button
:corner-present
:window-inactive

via Custom Scrollbars in WebKit