table border순서...??
설아
ie에서 th border-right가 border-top 위로 뜨는데 이게 반 이게 반대로 안되나요 파폭처럼?!DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Transitional//EN http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd
html xmlns=http://www.w3.org/1999/xhtml
head
meta http-equiv=Content-Type content=text/html; charset=euc-kr /
titleUntitled Document/title
style
th{padding:4px 5px 1px; background:#f4f4f4; color:#666; font-weight:lighter; text-align:center; border-right:1px solid #e3e5e7; border-bottom:1px solid #e3e5e7; border-top:2px solid #c3c3c3;}
.under th{border-top:1px solid #e3e5e7;}
td{padding:7px 2px 3px; text-align:center; border-right:1px solid #e3e5e7; border-bottom:1px solid #e3e5e7;}
.last{border-right:0;}
/style
/head
body
table cellpadding=0 cellspacing=0
thead
tr
th rowspan=2NO/th
th rowspan=2NO/th
th rowspan=2NO/th
th rowspan=2NO/th
thNO/th
th class=lastNO/th
/tr
tr class=under
thNO/th
thNO/th
/tr
/thead
tbody
tr
td rowspan=2z/td
td rowspan=20/td
td rowspan=20/td
td rowspan=20/td
td0/td
td class=last0/td
/tr
tr
td0/td
td class=last0/td
/tr
/tbody
/table
/body
/html
-
새론
아예그런디자인을피하는게정신건강에 이로울듯합니다 ㅜㅜ
-
모이
그럴 경우는 table에 직접 border-top을 주시거나 한번 더 감싸서 감산놈한테 border를 주셔야 할겁니다.
브라우저별로 border 순서가 다 다르잖아요,... 꼼수만이 해결책이라는게 정말~~ 눈물나죠....
아님 td 안에 블록요소 하나 넣고 그놈한테 border를 주던가요.. ㅠㅠ -
던컨
브라우저별로 보더를 표현하는 방식의 차이입니다.
보더대신 백그라운드를 이용하는 방법도 있습니다.