Why cannot I set the color of the IE browser scroll bar in web standards ?, Webie
<! Doctype html>
<Html>
<Head>
<Meta charset = "UTF-8">
<Meta name = "Author" content = "Hu Chao">
<Title> super Hu </title>
<Style type = "text/css">
Html {
Scrollbar-face-color: red;/* color of the highlighted part of the scroll bar */
Scrollbar-shadow-color: # ffff00;/* shadow */
Scrollbar-arrow-color: green;/* arrow color */
Scrollbar-track-color: # 6600cc;/* color of the scroll bar track */
}
</Style>
</Head>
<Body>
<P> & nbsp; </p>
<P> & nbsp; </p>
<P> & nbsp; </p>
<P> & nbsp; </p>
<P> & nbsp; </p>
<P> & nbsp; </p>
<P> & nbsp; </p>
<P> & nbsp; </p>
<P> & nbsp; </p>
<P> & nbsp; </p>
<P> & nbsp; </p>
<P> & nbsp; </p>
<P> & nbsp; </p>
<P> & nbsp; </p>
<P> & nbsp; </p>
<P> & nbsp; </p>
<P> & nbsp; </p>
<P> & nbsp; </p>
<P> & nbsp; </p>
</Body>
</Html>
The solution is to change the body to html.