PDA

View Full Version : The Validator is being screwy with scrollbar colors in CSS


animgirl
04-03-2003, 11:44 AM
How-D peoples,

Been validating my CSS for my site and ran into something that floors me.

I have the following in my CSS:body {
display:block;
height: 100%;
width: 100%;
margin: 0;
padding: 0;
background: #9c6584;
color: #ffffff;
font: bold .75em/1.2em verdana, tahoma, helvetica, arial, sans-serif;
scrollbar-base-color:#9c6584;
scrollbar-face-color:#9c6584;
scrollbar-highlight-color:#9c6584;
scrollbar-3dlight-color:#C08FA6;
scrollbar-shadow-color:#7B5163;
scrollbar-darkshadow-color:#84596B;
scrollbar-arrow-color:#634;
}

Validator says the scrollbar properties do not exist.
What's missing here?
tia
animgirl

Joe the Large
04-03-2003, 12:46 PM
Aren't scrollbar color attributes and properties "browser specific" and so invalid?
Of course, the way my day has been going, I'm probably totally off the mark.:)

Joe

animgirl
04-03-2003, 07:55 PM
Well I didn't think the validator cared about that, it just wants to fix your code.

I dunno, I'm totally lost.

Joe the Large
04-04-2003, 03:41 AM
Animgirl,

I did some checking and foung out that the scrollbar color properties are Microsoft extensions of css and aren't part of the W3 css spec. so that's why they don't validate.:( I was hoping I was wrong about that in my earlier post.

Sorry,

Joe

HZR
04-05-2003, 09:32 AM
It's not valid but will do no harm if you keep them.