I know that you can use an IE conditional comment inside HTML:
It can be easier than what Derek Hunziker said:
Simply include this code as it is:
Then you can target it easily, for example if you want to target IE 8 and lower you write:
.lt-ie9 body{css rule here;}
and you are done!
Cheers