테이블 thead에 공백이 생기네요..
떠나간그놈
HTMLtable class=board_listcaption게시판/captioncolgroup col width=50 / col width=50 / col width=460 / col width=100 / col width=82 / col width=60 //colgroup thead tr thinput type=checkbox //th th번호/th th제목/th th글쓴이/th th날짜/th th조회수/th /tr /thead tbody tr class=notice tdinput type=checkbox //td td공지/td td class=title게시판게시판게시판게시판/td td게시판/td td2012-08-19/td td1/td /tr tr class=none tdinput type=checkbox //td td1/td td class=title게시판게시판게시판게시판/td td게시판/td td2012-08-19/td td1/td /tr /tbody/table
CSS.board_list{background:url(./images/bg.png) no-repeat left top;width:802px;margin:0 auto;font-family:굴림; border-collapse:collapse;border-spacing:0;}
.board_list th{background:url(./images/bar.png) no-repeat left 12px;height:34px;text-align:center;color:#555;font-weight:bold;font-size:11px;}
.board_list tr.notice{background:#eee;}
.board_list tr.none {background:none;}
.board_list td{text-align:center;line-height:15px;padding:10px 0;border-bottom:1px solid #ccc;}
.board_list td.title{text-align:left;padding-left:10px;}th 밑에 2픽셀 정도 여백이 생기는데 왜그런지 모르겟네요.
-
화가마
테일즈 // 따로 thead tbody에 지정한건 없습니다.
-
나예
thead tbody css는 체크하신건가요?