legend{position:relative;left: -7px;} ie 7에서 legend 가 7픽셀만큼 들여써지는 버그 픽스 실제로 사용했던 예 legend{display: block;margin: 0;padding: 0;position: absolute;left: 20px;*left: 13px;top:20px;font-size: 1.3em;font-weight: bold;} 각 브라우별 css 핵 마크 IE6 and IE7 are the bastards of the web design world. We all know it. IE6 more so. To get around the inadequacies and bugs of IE6 and IE7, I see people going to great l..