CSS Hacks for IE6,IE7,IE8,IE9 and IE10 - Code Mug
Here are the newest CSS hacks for IE all versions, compatible with Firefox and Chrome. #hack{ color:red; /* All browsers */ color:red !important;/* All browsers but IE6 */ _color:red; /* Only works in IE6 */ *color:red; /* IE6, IE7 */ +color:red;/* Only w...