スクロールバーの色を変える
*scrollbar-3dlight-:color:色=バーの下の左と上 *scrollbar-arrow-color:色=バーの▲▼の色 *scrollbar-face-color:色=バーの色
*scrollbar-highlight-color:色=バーの▲▼が載っている四角い部分の左と上
*scrollbar-shadow-color:色=バーの▲▼が載っている四角い部分の右と下

*scrolling=yesスクロールバーが出ます。
*scrolling=noスクロールバーが出ません。。
*scrolling=autoページスクロールが必要なときだけスクロールバーが出ます。  


headに記述

<style type="text/css">
*<!--html, body
{scrollbar-3dlight-color: white;
scrollbar-arrow-color: red;*scrollbar-darkshadow-color: white;
scrollbar-face-color: white;
scrollbar-highlight-color: white;
scrollbar-shadow-color: white;
}
--></style>