Forget about CSS hacks as they should only be temporary solutions and will eventually break upon browser updates. You want robust CSS with minimal amount of HTTP calls for the best performance. So here’s the code using conditional comments adding a class to theelement: [code]<!–[if LTE 7 ]><html class="ie7"><[endif]–> <!–[if IE 8 ]><html class="ie8"><![endif]–> <!–[if IE 9 ]><html class="ie9"><![endif]–> <!–[if… read more