?
This document uses PHP Chinese website manual Release
scrollbar-highlight-color:<color>
默認(rèn)值:threedhighlight
適用于:除table系外的所有塊級(jí)元素
繼承性:有
動(dòng)畫(huà)性:是
計(jì)算值:指定值
<color>:指定顏色。
對(duì)應(yīng)的腳本特性為scrollbarHighlightColor。
Values | IE |
---|---|
Basic Support | 6.0+ |
<!DOCTYPE html> <html lang="zh-cmn-Hans"> <head> <meta charset="utf-8" /> <title>scrollbar-highlight-color_CSS參考手冊(cè)_web前端開(kāi)發(fā)參考手冊(cè)系列</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-highlight-color:#f00;} .test2{scrollbar-highlight-color:#080;} .test3{scrollbar-highlight-color:#630;} </style> </head> <body> <div class="test">自定義滾動(dòng)條3d高亮邊框(threedhighlight)的外觀顏色。你將在IE瀏覽器下看到滾動(dòng)條的3d高亮邊框(threedhighlight)變成紅色</div> <div class="test2">自定義滾動(dòng)條3d高亮邊框(threedhighlight)的外觀顏色。你將在IE瀏覽器下看到滾動(dòng)條的3d高亮邊框(threedhighlight)變成綠色</div> <div class="test3">自定義滾動(dòng)條3d高亮邊框(threedhighlight)的外觀顏色。你將在IE瀏覽器下看到滾動(dòng)條的3d高亮邊框(threedhighlight)變成棕色</div> </body> </html>
點(diǎn)擊 "運(yùn)行實(shí)例" 按鈕查看在線實(shí)例