참고 CSS Hacks for IE6,IE7,IE8,IE9 and IE10CSS hacks - quick code, without unnecessary explanation About conditional comments (Internet Explorer)IE Conditional Comments 필터링 CSS-only Filters Summary #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 works in IE7*/ *+color:red; /* Only..