묻고답하기

왼쪽의 메뉴가
추가될수록 홈페이지 메인 부분이 추가된만큼 아래로 함께 내려가는 것 같아요~
메인페이지 부분은 고정되어있고 왼쪽은 메뉴 추가시 메뉴부분만 늘어나야 하는데..
뭐가 문제일까요? ㅠㅠ
http://quddbs74.oranc.co.kr/zbxe/
확인 부탁드립니다. 제가 제ㅗ보드 사용이 이번이 처음이라...


<!-- js 파일 import -->
<!--%import("js/xe_official.js")-->

<!-- 레이아웃과 연동될 css 파일 import -->
    <!--%import("css/default.css")-->

<!--@if($layout_info->background_image)-->
<style type="text/css">
    body { background-color:#9F9F3B; background-repeat:repeat; background-image:url({getUrl()}{$layout_info->background_image}); }
    #columnRight { width:750px; float:right; overflow:hidden; padding:10px 10px 40px 10px; background-color:{$layout_info->background_color};}
  #columnRight h1 { position:relative; width:750px; height:150px; background-repeat:no-repeat; background-image:url({getUrl()}{$layout_info->logo_image}); text-indent:-5000px; margin-bottom:10px;}
  
  #lnb li a:hover, #lnb li a:focus { color:{$layout_info->sidemenu_font_color}; background:{$layout_info->sidemenu_color}; border:1px {$layout_info->sidemenu_color};}
  #lnb li.on a { color:{$layout_info->sidemenu_font_color}; background:{$layout_info->sidemenu_color}; /* border:1px solid {$layout_info->sidemenu_color};*/ filter:alpha(opacity=50);}
  #lnb li.on ul li.on a { color:{$layout_info->sidemenu_color} !important; font-weight:bold !important; background:url(../images/default/bulletLnb.gif) no-repeat 175px center !important;}
  #lnb li ul li a { padding:6px 5px 6px 10px; width:169px; color:{$layout_info->sidemenu_font_color}; !important; border:none; background:none !important; border:none !important;}
  #lnb li ul li a:hover, #lnb li ul li a:focus { font-weight:normal !important; color:{$layout_info->sidemenu_color} !important;}
</style>
<!--@end-->

<div id="bodyWrap">
 <div>
  <form action="{getUrl()}" method="post" id="isSearch">
            <input type="hidden" name="mid" value="{$mid}" />
            <input type="hidden" name="act" value="IS" />
            <input type="hidden" name="search_target" value="title_content" />
   <input name="is_keyword" type="text" class="inputText" title="keyword" />

   <input type="image" src="./images/{$layout_info->colorset}/buttonSearch.gif" alt="{$lang->cmd_search}" class="submit" />
  </form>
 </div> 

 <div id="header">
  <!--GNB-->
  <ul id="gnb">
            <!-- main_menu 1차 시작 -->
            <!--@foreach($main_menu->list as $key => $val)--><!--@if($val['text'])-->
                <!--@if($val['selected'])-->
                    {@ $menu_1st = $val }
                <!--@end-->

                <li <!--@if($val['selected'])-->class="on"<!--@end-->><a href="{$val['href']}" <!--@if($val['open_window']=='Y')-->onclick="window.open(this.href);return false;"<!--@end-->>{$val['text']}</a></li>

            <!--@end--><!--@end-->
            <!-- main_menu 1차 끝 -->
  </ul>
  <!--//GNB-->
 </div>
 
 <div id="contentBody">
  <div id="columnLeft">

            <!-- 로그인 위젯 -->
            <img class="zbxe_widget_output" widget="login_info" skin="binamu" colorset="olcol_002" />
            <!-- 왼쪽 2차 메뉴 -->
   <img src="./images/blank.gif" alt="" class="mask" />

            <!--@if($menu_1st)-->
   <ol id="lnb">
                {@ $idx = 1 }
                <!--@foreach($menu_1st['list'] as $key => $val)--><!--@if($val['text'])-->
    <li <!--@if($val['selected'])-->class="on"<!--@end-->><a href="{$val['href']}" <!--@if($val['open_window']=='Y')-->onclick="window.open(this.href);return false;"<!--@end-->>{$val['text']}</a>

                    <!-- main_menu 3차 시작 -->
                    <!--@if($val['list'])-->
     <ul>
                    <!--@foreach($val['list'] as $k => $v)--><!--@if($v['text'])-->
      <li <!--@if($v['selected'])-->class="on"<!--@end-->><a href="{$v['href']}" <!--@if($v['open_window']=='Y')-->onclick="window.open(this.href);return false;"<!--@end-->>{$v['text']}</a></li>
                    <!--@end--><!--@end-->
     </ul>
                    <!--@end-->
    </li>
                {@$idx++}
                <!--@end--><!--@end-->
   </ol>
            <!--@end-->

  </div>
  <div id="columnRight">

            <!--로고이미지 들어갈 곳-->           
            <h1><a href="{$layout_info->index_url}">Area For Banner!!</a></h1>
            <!--로고이미지 끝-->           
            <div>  
                <!-- 컨텐츠 시작 -->
                {$content}
            </div>
        </div>

        <ul id="footer">
            <li class="first-child">
            <address>
            <a href="http://www.zeroboard.com" onclick="window.open(this.href);return false;"><img src="./images/{$layout_info->colorset}/powerdByZeroboard.png" alt="Powered By ZeroBoard" width="150" height="12" class="iePngFix"/></a>
            </address>
            </li>
        </ul>
 </div>

</div>
뭘 어떻게 해야 되는지??? 좀 도와주세요...!!

글쓴이 제목 최종 글
XE 공지 글 쓰기,삭제 운영방식 변경 공지 [16] 2019.03.05 by 남기남
왜만지냐 본문내 이미지 클릭시 라이트박스 우선순위질문입니다.  
이하늘936 페이지 수정하면 수정된 내용이 어디에 저장이 되나여./? [4] 2008.06.20 by 이하늘936
장우성 홈페이지를 복사하기 [1] 2008.06.20 by 老姜君
용사마 파이어폭스, 사파리에서 파일 첨부시 첨부리스트박스에서 없어지는 현상 [7] 2008.06.20 by 용사마
아이디우정 이미지리사이즈에 관하여 [2] 2008.06.20 by 아이디우정
이종수 [1] 2008.06.20 by 백성찬
윤광덕 혹시 최신 갤러리 위젯 가로이미지 개수가 정해져 있나요??? [1] 2008.06.20 by 백성찬
나연 기본스킨사용중인데 ip없애는 법 알수 잇을까요? 그리고.. [1] 2008.06.20 by 탑심
채리니파파 추가항목에 등록한것을 검색에서 이용할 수 있는 방법이 있나요?? [1] 2008.06.20 by 탑심
히히 게시판에서 댓글 말고 답변 기능은 없나요? [1] 2008.06.20 by 백성찬
chanho.song 게시글 저장 에러. [5] 2008.06.20 by 탑심
토리세상 login_info.html에서 [3] 2008.06.20 by 탑심
sallyya 자료실의 플래시가 업로드가 안되는데요.. [2] 2008.06.20 by sallyya
필로스 메일인증이 안됩니다! [2] 2008.06.20 by 필로스
sunny88 글씨가 깨져요 [4] file 2008.06.20 by 띵야
lipome 지금아침9시10분인데요 혹시 비누넷 계정 쓰시는분 홈피접속 되나요? [2] 2008.06.20 by lipome
서병윤 메뉴추가시 메인화면이 아래로 밀리는 현상 [3] 2008.06.20 by 띵야
서병윤 고수님들 확인부탁! 메뉴추가시 메인화면 아래로 밀림현상 [1] 2008.06.20 by 띵야
해커다 제가 이틀째 허덕이고 있는 문제 인데요,,  
민지영454 처음 제로보드 모듈, (질문 수정했어요) 도와주세요!!! [1] 2008.06.20 by 백성찬
오늘ㄹ 스킨적용법,(게시판안만지고) [2] 2008.06.20 by 오늘ㄹ
zzzx 해결점요  
포토올 [도움요청] 분류에..공백이...ㅠ.ㅠ. [2] 2008.06.20 by 포토올
포토올 zbXE 1.0.0 페이지에서 테이블(표) 삽입과 배너 삽입....????? [2] 2008.06.20 by 포토올
민지영454 제로보드 4 스킨은 XE 버전에서 못 쓰나요? [1] 2008.06.20 by 백성찬
누군가는 레이아웃 길이 수정 관련 [1] 2008.06.20 by 백성찬
로즈628 이거 공백 제발 해결좀 해주세여 [1] 2008.06.20 by 우야꼬
액션미남 글 수정시 "인터넷 사이트를 열 수 없습니다" 오류 [1] 2008.06.20 by 우야꼬
이샤 모듈 모듈에서 Cannot modify header information 이 뜹니다. [2] 2008.06.20 by 이샤
정승용598 1.0.4버전으로업데이트후 오류좀잡아주세여... [2] 2008.06.20 by 휴먼플러스