묻고답하기

왼쪽의 메뉴가
추가될수록 홈페이지 메인 부분이 추가된만큼 아래로 함께 내려가는 것 같아요~
메인페이지 부분은 고정되어있고 왼쪽은 메뉴 추가시 메뉴부분만 늘어나야 하는데..
뭐가 문제일까요? ㅠㅠ
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 남기남
sara2000 이 스크립트의 실행을 멈추시겠습니까? 안보이게 하는 방법좀 알려주세요. file  
호호락구 회원정보보기 페이지가 뜨지 않습니다. [1] 2012.07.01 by 윈컴이
루달스튼 위키에서 최근 수정된 아이템 목록 보이는 기능이 있나요? file  
에러뿡뿡 로그인위젯 아래에 여백이 IE7,8,9일때 다 다르게 보입니다. 도움 좀... file  
WSJ 여러 서버에서 하나의 회원목록 관리 [1] 2012.06.21 by sejin7940
조~사 사이트에서 메일 전송이 안됨!!!!  
조~사 인증 메일 재발송 안됨/ 비번 찾기 메일 전송도 안됨  
mastervon 페이지 수정 버튼을 누르면 fatal error라고 뜨면서 들어가지지 않습니다. file  
KATZEST 이미지 블럭 안되도록 어떻게 넣을수 있나용?  
kangichan content 이미지 슬라이더 위젯 오류(?)(XE 1.5.1버전) file  
파표 게시판 글색상 변경하는법 [1] file 2012.05.26 by sejin7940
ㄲ ㅏ ㅊ ㅣ 게시판 글쓰기할때 첨부문서 추가 부분이 나오지 않습니다. ㅠ.ㅠ [1] file 2012.05.22 by 마음의빈자리
mnetv 모바일 게시판에서 썸네일 나오게 할려면 어떻게 해야 하나요 [2] file 2012.05.21 by sejin7940
제이투자 http500 가 자주 발생합니다.  
최르토스 신디케이션 정상작동중인데도 naver에서 전혀 검색이 안됩니다. [1] file 2012.05.13 by 펜잘
해피라이브 xe게시판에서 다운로드하려면 [5] file 2012.05.03 by 영구만세
어라얼랑 산너머 산이네요 ㅠㅠ [1] file 2012.04.26 by 어라얼랑
HIKA 제어판 메뉴-게시판 추가후 잘못된 링크 오류(수정) file  
many 게시판DX 메뉴 타이틀의 가운데 정렬소스는 어디에 있는지요? [2] file 2012.04.19 by many
쉽지않아 접속 에러.. [1] file 2020.03.14 by 쉽지않아