게시판 상단바가... 짤리는데요 정보
게시판 상단바가... 짤리는데요본문
<style>
.board_top { clear:both; }
.board_list_title { clear:both; width:100%; table-layout:fixed; margin:0 0 0 0; }
.board_list_title td { font-family:돋움,dotum;font-size:11px;font-weight:bold;letter-spacing:-1px; }
.board_list_title td { white-space:nowrap; height:11px; overflow:hidden; text-align:center; }
.board_list_title td { border-right:1px solid #cdcdcd; border-bottom:0px solid #ddd; }
.board_list { clear:both; width:100%; table-layout:fixed; margin:5px 0 0 0; }
.board_list tr.bg0 { background-color:#fdfdfd; }
.board_list tr.bg1 { background-color:#ffffff; }
.board_list td { padding:.5em; }
.board_list td { border-bottom:1px solid #ddd; }
.board_list td.num { font-family:돋움,dotum;font-size:10px;color:#999999; text-align:center; }
.board_list td.checkbox { text-align:center; }
.board_list td.subject { overflow:hidden; }
.board_list td.subject a:link {font:normal 12px 돋움; color:#7b7b7b;letter-spacing:0px;}
.board_list td.subject a:visited{font:normal 12px 돋움; color:#7b7b7b;letter-spacing:0px;}
.board_list td.subject a:active {font:normal 12px 돋움; color:#7b7b7b;letter-spacing:0px;}
.board_list td.subject a:hover {font:normal 12px 돋움; color:#FF9A00;letter-spacing:0px;line-height:200%;text-decoration:underline;}
.board_list td.name { padding:0 0 0 10px; }
.board_list td.datetime { font:normal 10px tahoma; color:#BABABA; text-align:center; }
.board_list td.hit { font:normal 10px tahoma; color:#BABABA; text-align:center; }
.board_list td.good { font:normal 11px tahoma; color:#BABABA; text-align:center; }
.board_list td.nogood { font:normal 11px tahoma; color:#BABABA; text-align:center; }
.board_list .notice { font-weight:normal; }
.board_list .current { font:bold 11px tahoma; color:#E15916; }
.board_list .comment { font-family:Tahoma; font-size:10px; color:#EE5A00; }
.board_button { clear:both; margin:10px 0 0 0; }
.board_page { clear:both; text-align:center; margin:3px 0 0 0; }
.board_page a:link { color:#777; }
.board_search { text-align:center; margin:10px 0 0 0; }
.board_search .stx { height:21px; border:1px solid #9A9A9A; border-right:1px solid #D8D8D8; border-bottom:1px solid #D8D8D8; }
</style>
<!-- 게시판 목록 시작 -->
<table width="<?=$width?>" align="center" cellpadding="0" cellspacing="0"><tr><td>
<!-- 제목 -->
<form name="fboardlist" method="post">
<input type='hidden' name='bo_table' value='<?=$bo_table?>'>
<input type='hidden' name='sfl' value='<?=$sfl?>'>
<input type='hidden' name='stx' value='<?=$stx?>'>
<input type='hidden' name='spt' value='<?=$spt?>'>
<input type='hidden' name='page' value='<?=$page?>'>
<input type='hidden' name='sw' value=''>
<div style="width:640px;height:31px;padding-top:11px;background-image:url('<?=$board_skin_path?>/img/board_title_bg_640.gif');">
<table cellspacing="0" cellpadding="0" class="board_list_title">
<col width="50" />
<? if ($is_checkbox) { ?><col width="40" /><? } ?>
<col />
<col width="80" />
<col width="40" />
<col width="50" />
<? if ($is_good) { ?><col width="40" /><? } ?>
<? if ($is_nogood) { ?><col width="40" /><? } ?>
<tr>
<td>번호</td>
<? if ($is_checkbox) { ?><td>선택</td><?}?>
<td>제 목</td>
<td>글쓴이</td>
<td>날짜</td>
<td>조회</td>
<? if ($is_good) { ?><td><?=subject_sort_link('wr_good', $qstr2, 1)?>추천</a></td><?}?>
<? if ($is_nogood) { ?><td><?=subject_sort_link('wr_nogood', $qstr2, 1)?>비추천</a></td><?}?>
</tr>
</table>
</div>
상단바가 안나오는데.. 어디를 수정해야할지.. 좀알려주실분...^^;
.board_top { clear:both; }
.board_list_title { clear:both; width:100%; table-layout:fixed; margin:0 0 0 0; }
.board_list_title td { font-family:돋움,dotum;font-size:11px;font-weight:bold;letter-spacing:-1px; }
.board_list_title td { white-space:nowrap; height:11px; overflow:hidden; text-align:center; }
.board_list_title td { border-right:1px solid #cdcdcd; border-bottom:0px solid #ddd; }
.board_list { clear:both; width:100%; table-layout:fixed; margin:5px 0 0 0; }
.board_list tr.bg0 { background-color:#fdfdfd; }
.board_list tr.bg1 { background-color:#ffffff; }
.board_list td { padding:.5em; }
.board_list td { border-bottom:1px solid #ddd; }
.board_list td.num { font-family:돋움,dotum;font-size:10px;color:#999999; text-align:center; }
.board_list td.checkbox { text-align:center; }
.board_list td.subject { overflow:hidden; }
.board_list td.subject a:link {font:normal 12px 돋움; color:#7b7b7b;letter-spacing:0px;}
.board_list td.subject a:visited{font:normal 12px 돋움; color:#7b7b7b;letter-spacing:0px;}
.board_list td.subject a:active {font:normal 12px 돋움; color:#7b7b7b;letter-spacing:0px;}
.board_list td.subject a:hover {font:normal 12px 돋움; color:#FF9A00;letter-spacing:0px;line-height:200%;text-decoration:underline;}
.board_list td.name { padding:0 0 0 10px; }
.board_list td.datetime { font:normal 10px tahoma; color:#BABABA; text-align:center; }
.board_list td.hit { font:normal 10px tahoma; color:#BABABA; text-align:center; }
.board_list td.good { font:normal 11px tahoma; color:#BABABA; text-align:center; }
.board_list td.nogood { font:normal 11px tahoma; color:#BABABA; text-align:center; }
.board_list .notice { font-weight:normal; }
.board_list .current { font:bold 11px tahoma; color:#E15916; }
.board_list .comment { font-family:Tahoma; font-size:10px; color:#EE5A00; }
.board_button { clear:both; margin:10px 0 0 0; }
.board_page { clear:both; text-align:center; margin:3px 0 0 0; }
.board_page a:link { color:#777; }
.board_search { text-align:center; margin:10px 0 0 0; }
.board_search .stx { height:21px; border:1px solid #9A9A9A; border-right:1px solid #D8D8D8; border-bottom:1px solid #D8D8D8; }
</style>
<!-- 게시판 목록 시작 -->
<table width="<?=$width?>" align="center" cellpadding="0" cellspacing="0"><tr><td>
<!-- 제목 -->
<form name="fboardlist" method="post">
<input type='hidden' name='bo_table' value='<?=$bo_table?>'>
<input type='hidden' name='sfl' value='<?=$sfl?>'>
<input type='hidden' name='stx' value='<?=$stx?>'>
<input type='hidden' name='spt' value='<?=$spt?>'>
<input type='hidden' name='page' value='<?=$page?>'>
<input type='hidden' name='sw' value=''>
<div style="width:640px;height:31px;padding-top:11px;background-image:url('<?=$board_skin_path?>/img/board_title_bg_640.gif');">
<table cellspacing="0" cellpadding="0" class="board_list_title">
<col width="50" />
<? if ($is_checkbox) { ?><col width="40" /><? } ?>
<col />
<col width="80" />
<col width="40" />
<col width="50" />
<? if ($is_good) { ?><col width="40" /><? } ?>
<? if ($is_nogood) { ?><col width="40" /><? } ?>
<tr>
<td>번호</td>
<? if ($is_checkbox) { ?><td>선택</td><?}?>
<td>제 목</td>
<td>글쓴이</td>
<td>날짜</td>
<td>조회</td>
<? if ($is_good) { ?><td><?=subject_sort_link('wr_good', $qstr2, 1)?>추천</a></td><?}?>
<? if ($is_nogood) { ?><td><?=subject_sort_link('wr_nogood', $qstr2, 1)?>비추천</a></td><?}?>
</tr>
</table>
</div>
상단바가 안나오는데.. 어디를 수정해야할지.. 좀알려주실분...^^;
댓글 전체

<div style="width:640px;height:31px;padding-top:11px;background-image:url('<?=$board_skin_path?>/img/board_title_bg_640.gif');">
고정은 640 이라네요..
고정은 640 이라네요..
아 감솨감솨... ^^; 완전 까막눈이네요 안보이던게...