On 7/28/11 8:21 PM, John wrote:
Just ran the latest version of my page through CSS validator, and it came up with 1 error:

Parse Error *html .livebar{height:100%; /*For IE6 since overflow:auto does not trigger hasLayout*/}

Do I need to be concerned about this? This is a bit of code which makes IE6 behave itself, correct, and as such, the validator might be choking on it, tho it is not actually a problem?

the page in question is:

http://coffeeonmars.com/test/16NewIndex.html


thank you,

John




John,

There should be a space between the star and html:

* html .whatever {...}

This will not make it valid.
Wrapping it in a conditional comment won't make it valid, either [but the validator will not see it]. Putting it a separate style sheet and wrapping it in a conditional comment won't make it valid, either [but the validator will not see it].

My personal opinion is simply to leave as the last item in your style sheet and not lose any sleep over it not being valid...

Best,
~quasimodo



--
http://chelseacreekstudio.com/
http://chelseacreekstudio.com/fa/

______________________________________________________________________
css-discuss [css-d@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to