PDA

View Full Version : CSS Validation Errors on my site




H4L
Aug 3, 2008, 08:09 PM
Hi there,

I tried to do the W3C CSS Validation on my website: http://www.hoops4life.com

but it came out with 4 errors.

http://jigsaw.w3.org/css-validator/validator?uri=http://www.hoops4life.com

But I checked, I thought Display: Inline is a valid code? I don't know what is the problem can someone here gives me some advise please

thanks in advanced.



angelwatt
Aug 3, 2008, 08:25 PM
Actually it's complaining about display: -moz-inline-block and -moz-inline-blox. The validator doesn't recognize browser specific values like these. You can ignore them though, or remove them.

H4L
Aug 3, 2008, 08:59 PM
Actually it's complaining about display: -moz-inline-block and -moz-inline-blox. The validator doesn't recognize browser specific values like these. You can ignore them though, or remove them.

Oh I see, so I can just remove them on the css file and it wont effect anything at all?

Thanks :) glad to know it's not a big problem