【发布时间】:2013-11-05 08:33:47
【问题描述】:
如何让滚动条透明? 只有 CSS。仅适用于 webkit 浏览器。 我的code 在这里。
div{
width:410px;
height:100px;
overflow-y:overlay;
border:1px solid green;
position:relative;
}
::-webkit-scrollbar{
width:20px;
}
::-webkit-scrollbar-thumb{
background-color:rgba(0,0,0,1);
}
【问题讨论】:
-
考虑使用
.png