adikahorvath
1/11/2014 - 12:03 PM

IE CSS hacks

IE CSS hacks

_color: red; /* IE6 */
*color: red; /* IE6, IE7 */
+color: red; /* ??? IE7 */
#color: red; /* ??? IE7 */
color: red\0; /* ??? IE8 */
color: red\9; /* lte IE9 */