Mr. Modo is correct, none of these suggestions will validate but I was just suggesting an alternate method to achieving the same end. Some people do sleep better having the offending code outside their main sheet so it does pass the validator.
Merely my opinion and another possible course to take. HTH Sent from my iPhone On Jul 28, 2011, at 8:45 PM, David Laakso <da...@chelseacreekstudio.com> wrote: > 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/ ______________________________________________________________________ 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/