簡體   English   中英

使用圖像作為拇指 HTML/CSS 制作滾動條

[英]Make scrollbar with image as thumb HTML/CSS

我使用 此資源制作自定義滾動條。 現在,如何制作拇指為圖像的滾動條?

只需在目標 webkit 中設置適當的backgorund-image

::-webkit-scrollbar-thumb { background-image: url('url-image'); }

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM