| philcha on Apr 12, 2005 at 8:35:34 AM I often use the underscore hack for IE-specific parts of rules. I know it doesn't validate, but its advantages are: - It's shorter - this can make downloads faster if the CSS is complex and has a lot of IE-specific content.
- It's easier to understand and maintain the code because the "compliant" version of the property is immediately followed by the IE-specific version, it's not in a separate rule.
Robin Ann, where can I get a spec for KSS, it sounds like a cure for browser blues! Any chance of a longer humorous article on KSS? BTW, I usually force IE into quirks mode - the last thing I want is to deal with two sets of IE bugs.
|