CSS - IE version targeting hacks 2 #css #ie
{ background: gray; /* standard */ :root background: pink; /* IE 9 */ background: pink\9; /* IE 8 and below */ *background: green; /* IE 7 and below */ _background: blue; /* IE 6 */ }