묻고답하기

아래 질문글 올렸다가 아무래도 이미지를 첨부하는게 좋을거 같아서요...
밑에 이미지가 height:100%로 설정을 했을 경우에 데이터가 없는 div는 아예 출력조차 안되는 모습입니다.
카테고리라는 글씨 옆에 1픽셀짜리 div와 게시판옆에도 라인과 여백 div가 안나오고..
오른쪽도 라인이 안나옵니다...............




아래 이미지가 500픽셀을 강제로 설정해줬을 경우에 나오는 화면입니다.
강제설정을 하면..... 게시판에 500픽셀보다 길어도 div는 다 500픽셀만 나와요... 길어지지 않음....
픽셀로 고정시키는게 아니라 게시판길이 혹은 게시판이 카테고리보다 더 짧으면 카테고리 길이만큼...
옆에 안나오는 div들도 다 나왔으면 하는데...
네이버 아무리 뒤져도 이런 경우 어찌해야하는지에 대한게 없네요.




레이아웃 html 파일..

<load target="mcmoon.css" />
<load target="mcmoon.js" type="body" />

<div class="mcmoon_layout">
 <div class="header">
  <h1>Site Logo</h1>
  <form action="{getUrl()}" method="get" class="search">
   <input type="hidden" name="vid" value="{$vid}" />
   <input type="hidden" name="mid" value="{$mid}" />
   <input type="hidden" name="act" value="IS" />
   <input type="text" name="is_keyword" value="{$is_keyword}" title="{$lang->cmd_search}" />
   <input type="submit" value="{$lang->cmd_search}" />
  </form>
  <hr />
  <div class="gnb">
   .gnb
   <ul>
    <li loop="$main_menu->list=>$key1,$val1" class="active"|cond="$val1['selected']"><a href="{$val1['href']}" target="_blank"|cond="$val1['open_window']=='Y'">{$val1['link']}</a>
     <ul cond="$val1['list']">
      <li loop="$val1['list']=>$key2,$val2" class="active"|cond="$val2['selected']"><a href="{$val2['href']}" target="_blank"|cond="$val2['open_window']=='Y'">{$val2['link']}</a></li>
     </ul>
    </li>
   </ul>
  </div>
 </div>

 


 <div class="body">
  <div class="body_line_left"></div>
  <div class="body_submenu">카테고리</div>
  <div class="body_line_center"></div>
  <div class="body_space"></div>
  <div class="body_content">{$content}</div>
  <div class="body_space"></div>
  <div class="body_line_right1"></div>
  <div class="body_line_right2"></div>
  <div class="body_line_right3"></div>
 </div>

 <div class="footer">
  <div class="footer_line_left"></div>
  <div class="footer_line_center">
   <div class="footer_line_center_top"></div>
   <div class="footer_content">여긴 카피라이트가 들어가는 자리다.</div>
   <div class="footer_line_center_bottom"></div>
  </div>
  <div class="footer_line_right1"></div>
  <div class="footer_line_right2">
   <div class="footer_line_right2_space"></div>
   <div class="footer_line_right2_line"></div>
   <div class="footer_line_right2_bottom"></div>
  </div>
 </div>
</div>



css 파일...

@charset "utf-8";
/* Layout */
 hr{ display:none;}
 form, fieldset{ border:0; margin:0; padding:0;}
 .mcmoon_layout{ width:1258px; margin:0 auto;}
 .header{ background:#ddd;}
 .header:after{ content:""; display:block; clear:both;}
 .header .search{ float:right;}
 .gnb{ float:left;}

 .lnb{ float:left; width:200px; background:#ddd;}
 .account{}
 .content{ float:right; width:1000px; background:#ddd;}


 .body:after   { content:""; display:block; clear:both; }


 .body    { width:1258px; height:500px; visibility:visible; }
 .body_line_left   { width:1px; height:100%; background-color:#666666; float:left; visibility:visible; }
 .body_submenu   { width:236px; height:100%; background-color:#FFFFFF; float:left; visibility:visible; }
 .body_line_center  { width:1px; height:100%; background-color:#DDDDDD; float:left; visibility:visible; }
 .body_space   { width:7px; height:100%; background-color:#FFFFFF; float:left; visibility:visible; }
 .body_content   { width:1000px; height:100%; background-color:#FFFFFF; float:left; visibility:visible; }
 .body_line_right1  { width:1px; height:100%; background-color:#666666; float:left; visibility:visible; }
 .body_line_right2  { width:4px; height:100%; background-color:#CCCCCC; float:left; visibility:visible; }
 .body_line_right3  { width:1px; height:100%; background-color:#666666; float:left; visibility:visible; }

 

 .footer:after   { content:""; display:block; clear:both; }

 .footer    { width:1258px; height:100px; }
 .footer_line_left  { width:1px; height:100px; background-color:#666666; float:left; }
 .footer_line_center  { width:1251px; height:100px; background-color:#FFFFFF; float:left; }
 .footer_line_center_top  { width:1251px; height:1px; background-color:#DDDDDD; }
 .footer_content   { width:1251px; height:98px; background-color:#FFFFFF; text-align:center; }
 .footer_line_center_bottom { width:1251px; height:1px; background-color:#666666; }
 .footer_line_right1  { width:1px; height:100px; background-color:#666666; float:left; }
 .footer_line_right2  { width:5px; height:100px; float:left; }
 .footer_line_right2_space { width:4px; height:95px; background-color:#CCCCCC; float:left; }
 .footer_line_right2_line { width:1px; height:95px; background-color:#666666; float:left; }
 .footer_line_right2_bottom { width:5px; height:5px; background:url(http://www.mcmoon.net/layouts/mcmoon_Ver2/images/mcmoon_bg_line_right_bottom.gif); no-repeat; float:left; }


어찌해야될까요???

글쓴이 제목 최종 글
XE 공지 글 쓰기,삭제 운영방식 변경 공지 [16] 2019.03.05 by 남기남
강상우791 xe처음으로 설치해보려는 유저입니다 ㅜㅜ 페이지오류 왜뜰까요 ㅡ.ㅡ [4] 2009.01.09 by 누냐
누냐 하루종일 이러고 있네요 ㅠㅠ 설치시에 계속오류가.. [7] 2009.01.09 by 누냐
박병현815 문의드릴게요 홈페이지 구성... 추가나 수정할것과 제로보드문제... [1] 2009.01.13 by 김정만803
독도친구 백업SQL 다른게시판에서 제로보드로 데이터 이전 sql 질문이요. [2] 2009.01.18 by 독도친구
SeokiE 1.1.5 업데이트후 홈페이지가 안열리는 분들 [1] 2009.01.23 by 우리아기
조자룡247 피싱경유라는데...어떻게 해요? [3] 2009.01.25 by 밥먹고온다
한승연♡ 자료를 첨부해서 다운받으려고 하니 이렇게 뜨네여,, [1] 2009.02.03 by 넨네
한승연♡ 에러좀 해결 부탁드립니다. [3] 2009.02.05 by 넨네
티비피플힙합 홈페이지 넓이가 늘어났습니다.  
PeterLee 기본페이지(index) 변경은 어떻게 하나요? [2] 2009.02.14 by PeterLee
글방내 로그인 스킨에 무엇이 문제입니까. 도와주세요. file  
초절정동안 XHTML 기준으로 레이아웃 잡는거 질문좀 드릴께요~ [2] file 2009.02.19 by 초절정동안
NZ448 레벨 업(다운)시 소속그룹 사라지는 문제 ㅠㅠ [2] 2009.02.21 by NZ448
이정화970 노프레임 홈 관련얘기인데요ㅠㅠㅠㅠ [5] 2009.02.24 by 이정화970
최소영329 로그인폼에서 스크랩,저장함,작성글 보기 없애는 방법 없나요? [1] 2009.02.25 by 넨네
카르니틴 FaceOff 게시글 수정이 안되요. 애절하게 부탁해요. [3] 2009.03.04 by 카르니틴
헤이맨 세로 메뉴 레이어 형식 문의 드립니다  
57pass 1차 메뉴를 클릭하면 플래시 이미지가 어떻게 변화하게 하는지요 ? file  
빈티지 위젯 설치후.. [1] 2009.03.31 by 궁금이2
기슭쌈꾼 꾸준하게 운영을 할려면 어떤 호스팅이 좋을까요? [1] 2009.04.06 by jih449