设置元素滚动条的颜色:
div.scroller {
width: 300px;
height: 100px;
overflow-y: scroll;
scrollbar-color: pink lightblue;
}
亲自试一试 »
这个scrollbar-color
属性指定滚动条轨道(背景)和滑块(滚动条)的颜色。
默认值: | 汽车 |
---|---|
遗传: | 是的 |
可动画: | 不。阅读可动画的 |
版本: | CSS 滚动条样式模块级别 1 |
JavaScript 语法: | 对象.style.scrollbarColor="red blue"尝试一下 |
表中的数字指定完全支持该属性的第一个浏览器版本。
Property | |||||
---|---|---|---|---|---|
scrollbar-color | Not supported | Not supported | 64.0 | Not supported | Not supported |
scrollbar-color: auto|
color
color;
Value | Description |
---|---|
auto | The browser sets the colors of the scrollbar. This is default |
color color | The first color sets the color of the thumb of the scrollbar, and the second color sets the color of the track of the scrollbar |
initial | Sets this property to its default value. Read about initial |
inherit | Inherits this property from its parent element. Read about inherit |
截取页面反馈部分,让我们更快修复内容!也可以直接跳过填写反馈内容!