CSS hacks for IE6, IE7
#someElement { ย background: red; /* modern browsers */ ย *background: green; /* IE 7 and below */ ย _background: yellow; /* IE6 exclusively */… Read More »CSS hacks for IE6, IE7
#someElement { ย background: red; /* modern browsers */ ย *background: green; /* IE 7 and below */ ย _background: yellow; /* IE6 exclusively */… Read More »CSS hacks for IE6, IE7