|
Posted by The Numerator on 03/26/06 00:19
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.
Navigation:
[Reply to this message]
|