CSS hacks for IE6, IE7 by eltupper February 17, 2015 #someElement { ย background: red; /* modern browsers */ ย *background: green; /* IE 7 and below */ ย _background: yellow; /* IE6 exclusively */ } Tags:browserscsshacksie