滚动条 (Scrollbar)_CCS2.0参考手册
武汉加油!
首页
CCS2.0参考手册分类
CSS简介
文本 (Text)
表格 (Table)
滚动条 (Scrollbar)
打印 (Printing)
定位 (Positioning)
内补丁 (Paddings)
轮廓 (Outlines)
外补丁 (Margins)
列表 (Lists)
布局 (Layout)
字体 (Font)
尺寸 (Dimensions)
内容 (Generated Content)
边框 (Borders)
背景 (Background)
声音 (Aural)
CSS选择器
CSS伪类选择器
CCS伪对象
CSS规则
CSS声明
CSS单位
CSS 参考手册
滚动条 (Scrollbar) 分类
scrollbar-3dlight-color
scrollbar-highlight-color
scrollbar-face-color
scrollbar-arrow-color
scrollbar-shadow-color
scrollbar-darkshadow-color
scrollbar-base-color
scrollbar-track-color
上一页
下一页
scrollbar-3dlight-color
版本:IE5.5+专有属性 继承性:有
语法:
scrollbar-3dlight-color :
color
取值:
color
:
指定颜色。请参阅
颜色单位
和
附录:颜色表
说明:
设置或检索滚动条亮边框颜色。
请参阅
overflow
属性 。
对应的脚本特性为
scrollbar3dLightColor
。
示例:
div {scrollbar-3dlight-color :threedhighlight; }
上一页
下一页