©
이 문서에서는 PHP 중국어 웹사이트 매뉴얼 풀어 주다
<!DOCTYPE html> <html lang="zh-cmn-Hans"> <head> <meta charset="utf-8" /> <title>scrollbar-darkshadow-color_CSS参考手册_web前端开发参考手册系列</title> <meta name="author" content="Joy Du(飘零雾雨), dooyoe@gmail.com, www.doyoe.com" /> <style> div{overflow:scroll;width:200px;height:100px;margin-top:20px;} .test{scrollbar-darkshadow-color:#f00;} .test2{scrollbar-darkshadow-color:#080;} .test3{scrollbar-darkshadow-color:#630;} </style> </head> <body> <div class="test">自定义滚动条3d暗色阴影边框(threeddarkshadow)的外观颜色。你将在IE浏览器下看到滚动条的3d暗色阴影边框变成红色</div> <div class="test2">自定义滚动条3d暗色阴影边框(threeddarkshadow)的外观颜色。你将在IE浏览器下看到滚动条的3d暗色阴影边框变成绿色</div> <div class="test3">自定义滚动条3d暗色阴影边框(threeddarkshadow)的外观颜色。你将在IE浏览器下看到滚动条的3d暗色阴影边框变成棕色</div> </body> </html>
点击 "运行实例" 按钮查看在线实例
scrollbar-darkshadow-color:<color>
默认值:threeddarkshadow
适用于:除table系外的所有块级元素
继承性:有
动画性:是
计算值:指定值
<color>:指定颜色。
对应的脚本特性为scrollbarDarkShadowColor。
Values | IE |
---|---|
Basic Support | 6.0+ |