Hack characters for IE Targetting the different IE versions Uniquely with 4 Characters
/**
*Hacks for IE
*
*/
/****** Targetting the different IE versions Uniquely with 4 Characters *********/
body {
color: red; /* all browsers, of course */
color : green\9; /* IE8 and below */
*color : yellow; /* IE7 and below */
_color : orange; /* IE6 */
}