<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>如何用CSS設置滾動條顔色</title>
<style type="text/css">
<!--
#height {height:1000px;}
html {
scrollbar-face-color:#C00;
scrollbar-highlight-color:#F60;
scrollbar-3dlight-color:#F00;
scrollbar-darkshadow-color:#000;
scrollbar-Shadow-color:#000;
scrollbar-arrow-color:#FFF;
scrollbar-track-color:#D6A27E;
}
-->
</style>
</head>
<body>
<div id="height">
<p>scrollbar-3d-light-color 設置或檢索滾動條亮邊框顔色 </p>
<p>scrollbar-highlight-color 設置或檢索滾動條3D界面的亮邊(ThreedHighlight)顔色 </p>
<p>scrollbar-face-color 設置或檢索滾動條3D表面(ThreedFace)的顔色 </p>
<p>scrollbar-arrow-color 設置或檢索滾動條方向箭頭的顔色 </p>
<p>scrollbar-shadow-color 設置或檢索滾動條3D界面的暗邊(ThreedShadow)顔色 </p>
<p>scrollbar-dark-shadow-color 設置或檢索滾動條暗邊框(ThreedDarkShadow)顔色 </p>
<p>scrollbar-base-color 設置或檢索滾動條基準顔色。其它界面顔色将據此自動調整 </p>
</div>
</body>
</html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>如何用CSS設置滾動條顔色</title>
<style type="text/css">
<!--
#height {height:1000px;}
html {
scrollbar-face-color:#C00;
scrollbar-highlight-color:#F60;
scrollbar-3dlight-color:#F00;
scrollbar-darkshadow-color:#000;
scrollbar-Shadow-color:#000;
scrollbar-arrow-color:#FFF;
scrollbar-track-color:#D6A27E;
}
-->
</style>
</head>
<body>
<div id="height">
<p>scrollbar-3d-light-color 設置或檢索滾動條亮邊框顔色 </p>
<p>scrollbar-highlight-color 設置或檢索滾動條3D界面的亮邊(ThreedHighlight)顔色 </p>
<p>scrollbar-face-color 設置或檢索滾動條3D表面(ThreedFace)的顔色 </p>
<p>scrollbar-arrow-color 設置或檢索滾動條方向箭頭的顔色 </p>
<p>scrollbar-shadow-color 設置或檢索滾動條3D界面的暗邊(ThreedShadow)顔色 </p>
<p>scrollbar-dark-shadow-color 設置或檢索滾動條暗邊框(ThreedDarkShadow)顔色 </p>
<p>scrollbar-base-color 設置或檢索滾動條基準顔色。其它界面顔色将據此自動調整 </p>
</div>
</body>
</html>