CSS customized scroll bar in div

后端 未结 19 1819
夕颜
夕颜 2020-11-21 11:05

How can I customize a scroll bar via CSS (Cascading Style Sheets) for one div and not the whole page?

19条回答
  •  滥情空心
    2020-11-21 11:56

    Custom scroll bars aren't possible with CSS, you'll need some JavaScript magic.

    Some browsers support non-spec CSS rules, such as ::-webkit-scrollbar in Webkit but is not ideal since it'll only work in Webkit. IE had something like that too, but I don't think they support it anymore.

提交回复
热议问题