View Full Version : Help with my CSS validation


jessi15
12-24-2004, 05:52 PM
I was wondering if anyone could help me with my CSS validation. Here (http://jigsaw.w3.org/css-validator/validator?uri=http%3A%2F%2Fjessily.l2p.net%2Fcss.c ss&usermedium=all) is what the validator gave me. My CSS is here: http://jessily.l2p.net/css.css Any help would be appreciated. I was able to get my HTML all validated fine by myself, but here I need a bit of assistance.

starlet
12-24-2004, 05:56 PM
Scrollbar coding and the hover filter are IE only...if you want valid CSS you'll have to totally remove said codes, theres no validating alternative.

and that warning just means to add more than one font, so if someone doesnt have arial it will display...comic sans ms instead (for example!)

font-family : arial , comic sans ms;

jessi15
12-24-2004, 06:09 PM
Scrollbar coding and the hover filter are IE only...if you want valid CSS you'll have to totally remove said codes, theres no validating alternative.

and that warning just means to add more than one font, so if someone doesnt have arial it will display...comic sans ms instead (for example!)

font-family : arial , comic sans ms;
Ah... Okay!. I'm on Netscape, so it doesn't bother me removing them.