In lieu of using “hacks” within your CSS files which automatically make your CSS fail validation, you can specify conditional statements to apply to particular CSS selectors and properties to override what you have set in your stylesheet. Some of you may already know these, but I’ll do a quick overview because I think it’s a good idea to make this a coding standard for Z5.
They are written like this:
<!–[if IE 6]>
<style type=”text/css”>
contentContainer {