Hi I'm facing an error with me css page while w3c validation. The code is: The error is: Parse Error *html .pointer{filter:chroma(color=pink)} Can anybody help me to solve the problem? Thanks to you all.
Just out of interest what DOCTYPE are you using? I ask because Parse errors generally come from unsupported code
www.websitedev.de/css/validator-faq Why don't my scrollbar properties, filters, etc. validate? The CSS Validator validates your style sheet against some profile, e.g. CSS Level 1 or CSS Level 2. Some browser Vendors however extend these profiles by new properties like Microsoft did with the scrollbar-base-color or filter property or Mozilla with the -moz-opacity property. The Validator is not aware of these properties and using them makes your style sheet invalid in terms of the CSS specifications. Either get rid of those properties or live with the fact, that your style sheets don't validate. You cannot have both.