At 5/6/08 09:07 AM, smulse wrote:
At 5/5/08 08:57 PM, Luis wrote:
You can use the underscore hack to cater your designs to accomidate ie6.
Invalid code ftl.
From what I understand it is TECHNICALLY valid CSS, depending on how you look at it. CSS parsers are supposed to ignore any properties that they don't understand with mimimum fuss. (So as to give room for expansion)
It is still not part of the CSS spec and relies on a parser bug. So it is very bad practice. If in doubt go with IE Conditionals.
Having said that, the star html and underscore hacks have saved my arse on more than once though. Inheriting buggy, IE6-only websites FTL.