10
09/2014
webkit scrollbar css
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-button { / 2 / }
::-webkit-scrollbar-track { / 3 / }
::-webkit-scrollbar-track-piece { / 4 / }
::-webkit-scrollbar-thumb { / 5 / }
::-webkit-scrollbar-corner { / 6 / }
::-webkit-resizer { / 7 / }
可控制的状态(伪类)
:horizontal
:vertical
:decrement
:increment
:start
:end
:double-button
:single-button
:no-button
:corner-present
:window-inactive
:vertical
:decrement
:increment
:start
:end
:double-button
:single-button
:no-button
:corner-present
:window-inactive