ie7 테이블 관련질문
한내
th제목이 이미지 인데요..
이미지 간격을 패딩값으로 조절하엿더니 ie7에선 콜 위드값 + 패딩레프트값이 합해져서 출력됩니다.
이경우엔.. ie7.css를 따로 만들어야 하는지 아니면 다른 방법이 있을까요?
/* 해당 css */
.assist_table table {width:100%;}
.assist_table table th {border-top:2px solid #b9a55b; border-bottom:1px solid #d3d3d3; background:#f7f7f7 url(../images/sub/bul/bul_assist_table.gif) no-repeat right 10px; padding:9px 0;}
.assist_table table th.first {padding-left:37px;}
.assist_table table th.second {padding-left:243px;}
.assist_table table th.third {padding-left:60px;}
.assist_table table th.last {background-image:none; padding-left:32px;}
.assist_table table th img {font-size:0; line-height:0;}
/* 해당 테이블 마크업 */
table summary=관련,제목,작성자,작성일에 따른 assist table 리스트 입니다. cellspacing=0 cellpadding=0
captionassist 정보 리스트/caption
colgroup
col width=122 /
col width= /
col width=159 /
col width=96 /
/colgroup
thead
tr
th class=firstimg src=../images/sub/title/th_assist_relation.gif alt=관련 //th
th class=secondimg src=../images/sub/title/th_assist_title.gif alt=제목 //th
th class=thirdimg src=../images/sub/title/th_assist_writer.gif alt=작성자 //th
th class=lastimg src=../images/sub/title/th_assist_date.gif alt=작성일 //th
/tr
/thead
/table
-
은송이
col width를 %로 해보는건 어떠세요
-
나라우람
이미지는 제가 알기로 인라인 요소여서 패딩 마진이 display 건들기전에는 안먹을텐데요.........