vdchristelle
9/9/2013 - 7:43 AM

Hack characters for IE Targetting the different IE versions Uniquely with 4 Characters

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 */  
	}