?
This document uses PHP Chinese website manual Release
scrollbar-face-color:<color>
默認(rèn)值:threedface
適用于:除table系外的所有塊級元素
繼承性:有
動畫性:是
計算值:指定值
<color>:指定顏色。
對應(yīng)的腳本特性為scrollbarFaceColor。
Values | IE |
---|---|
Basic Support | 6.0+ |
<!DOCTYPE html> <html lang="zh-cmn-Hans"> <head> <meta charset="utf-8" /> <title>scrollbar-face-color_CSS參考手冊_web前端開發(fā)參考手冊系列</title> <meta name="author" content="Joy Du(飄零霧雨), dooyoe@gmail.com, www.doyoe.com" /> <style> div{overflow:scroll;width:200px;height:80px;margin-top:20px;} .test{scrollbar-face-color:#f00;} .test2{scrollbar-face-color:#080;} .test3{scrollbar-face-color:#630;} </style> </head> <body> <div class="test">自定義滾動條3D表面的(threedface)的外觀顏色。你將在IE瀏覽器下看到滾動條的3D表面的(threedface)變成紅色</div> <div class="test2">自定義滾動條3D表面的(threedface)的外觀顏色。你將在IE瀏覽器下看到滾動條的3D表面的(threedface)變成綠色</div> <div class="test3">自定義滾動條3D表面的(threedface)的外觀顏色。你將在IE瀏覽器下看到滾動條的3D表面的(threedface)變成棕色</div> </body> </html>
點(diǎn)擊 "運(yùn)行實(shí)例" 按鈕查看在線實(shí)例