묻고답하기

아래 질문글 올렸다가 아무래도 이미지를 첨부하는게 좋을거 같아서요...
밑에 이미지가 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 남기남
키보 원하는 게시글만 모아서 새로운 게시판만들기 질문입니다. [1] file 2013.08.31 by 딸꾹질
PodongS2 비회원 댓글 스팸.. [2] file 2013.08.30 by 쿡래빗
Arisae Catchable fatal error와 myadmin 테이블 에러 [1] file 2013.08.29 by Arisae
새올 최근게시물 중 최근이미지 관련 질문드립니다. file  
서령 모바일 홈을 만드는데 게시물을 보고 뒤로를 눌렀다 다시 게시물을 클릭하면 화면이 메인으로 넘어가요. file  
잇힝토리 첨부파일 에러문제 (Error Code: HTTP Error, File name: , Message:500)  
와이군1 게시판에 넣을 항목 질문드려여 [1] file 2013.08.09 by sejin7940
Andyjo 관리자 접속시 인터널 서버 에러 500 오류가 납니다.  
kinyenug 외부페이지 질문요!!!!!  
안드로이더스스 위젯이 제대로뜨질않내요 [2] 2013.07.31 by sejin7940
소소한감성 문서페이지에서 빈틈에 관련하여 질문올려요 file  
saliey 모바일페이지 잘리는 현상 file  
EEMEEN 혹시 게시판에 마우스오버 효과 나오게끔 어떻게 하나요..? file  
EEMEEN XE모바일 대댓글 버튼이 너무 작아서 안눌려요..ㅠㅠ [1] file 2013.07.17 by Summer
designers mycss에서 메뉴만들었는데 롤오버추가할수있을까요?  
묵향이좋아 게시판 에서 html 태그가 전혀 안먹히는데요 왜그런지모르겠네요 [2] 2013.07.17 by 지그재거
EEMEEN 모바일기본스킨 대대글 버튼 크기 못 늘리나요? file  
EEMEEN 사이트 좌측 사이드 배너 질문 드립니다ㅠㅠ [1] file 2013.07.10 by pezex
XE만세 파일 삭제 과정에 대해 질문드립니다. [2] file 2013.07.06 by XE만세
저푸아 gnb메뉴 권환 상위설정법? 레이어가 묻힙니다.. [2] file 2013.07.05 by 구름나무바위