Escreva a classe IE para diferentes elementos

<! – [if lte IE 7]> <html class = “ie7”> <! [endif] ->

<! – [if IE 8]> <html class = “ie8”> <! [endif] ->

<! – [if IE 9]> <html class = “ie9”> <! [endif] ->

<! – [if! IE]> <! -> <html> <! – <! [endif] ->

<— Corpo —->

<div class="box">Box</div>

<— CSS —->

.ie7 .box {fundo: vermelho;}

.ie8 .box {fundo: verde;}

.ie9 .box {fundo: azul;}

Você pode definir correções neste formato, sem usar hackers como “*” e “_”