페딩 줬는데도 왜 테이블크기가 변하지 않는거죠?
푸른나무
htmlhead meta charset=utf-8 / style table:first-child { border-top:1px solid black;} table { width: 600px; }
th { font-size:9pt; }
input[type=text] { width:100%; background: #eee; border: 1px solid #ccc; padding: 8px 10px; } /style/headbody
table colgroup col width=130px/col col width=470px/col /colgroup tr th사업자 번호/th tdinput type=text //td /tr /table
table colgroup col width=100px/col col width=100px/col col width=80px/col col width=220px/col /colgroup tr th이름/th tdinput type=text //td th나이/th tdinput type=text //td /tr /table
table colgroup col width=80px/col col width=520px/col /colgroup tr th사업자 번호/th tdinput type=text //td /tr /table/body/html
-
가랑비
input 의 padding 과 table 과는 관계가 없습니다.