|
Posted by David E. Ross on 11/23/35 11:43
The Numerator wrote:
> Here's the dilemma:
>
> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
> "http://www.w3.org/TR/html4/loose.dtd">
> <head>
> <title>Text</title>
> <link href="styles/default.css" rel="stylesheet" type="text/css">
> </head>
> <body>
> <p>text</p>
> </body>
> </html>
>
> And in "styles/default.css", I have this:
>
> body {
> scrollbar-face-color: #123456
> // more scrollbar properties
> // ...
> }
>
> But, the scrollbar doesn't work. Then I took the DOCTYPE off, and it
> worked, but the body was all messed up... Could someone tell me whats
> going on and a offer a possible alternative? Thanks.
>
In plain English, scrollbar-face-color is not a legal style property in
either CSS1 or CSS2.1.
--
David E. Ross
<http://www.rossde.com/>
Concerned about someone (e.g., Pres. Bush) snooping
into your E-mail? Use PGP.
See my <http://www.rossde.com/PGP/>
Navigation:
[Reply to this message]
|