묻고답하기

왼쪽의 메뉴가
추가될수록 홈페이지 메인 부분이 추가된만큼 아래로 함께 내려가는 것 같아요~
메인페이지 부분은 고정되어있고 왼쪽은 메뉴 추가시 메뉴부분만 늘어나야 하는데..
뭐가 문제일까요? ㅠㅠ
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 남기남
chanau 왼쪽column에 이미지 삽입 그리고 링크 걸기 [1] 2008.06.21 by 백성찬
토니박스 메인페이지가 찌그러진다고 하는대요.. [7] 2008.06.21 by 백성찬
임병훈782 레이아웃에 플래시 적용 했는데 [1] 2008.06.21 by 느까끼
요리조아 고수님 도와 주세요...게시판 생성 입니다. [2] 2008.06.21 by 요리조아
이슈카ㆀ 포인트가 없으면 글을 못 읽게 하고 싶습니다. [3] 2008.06.21 by 이슈카ㆀ
Kevin 첨부파일 첨부시 에러 메세지.. [3] file 2008.06.21 by 백성찬
123 관리자 페이지에서 메뉴모듈을 클릭했을때 [1] 2008.06.21 by 백성찬
azlan 인터넷 게시판 긁어오는 프로그램 어떻게 짜는지요?  
cho jae kyoung [질문] 요청하신 모듈을 찾을 수 없습니다....? [2] 2008.06.20 by 베네통
기성회 이건 어떤 놈을 잡고 수정해야 될지요. [3] 2008.06.20 by 기성회
토나와♡ 회원가입시 나이제한  
가이스트 관리자 로그인시. [2] 2008.06.20 by 띵야
해송 게시판 좌우여백 [1] 2008.06.20 by 띵야
노성일 제로보드xe 기본스킨 레이어 고정이 안되네요. [2] 2008.06.20 by 박카스_
박카스_ 로그인 위젯 크기에 따라 바뀌는 레이아웃 고정 방법 [1] 2008.06.20 by 박카스_
활주로 레이아웃의 상단이미지 교체 [3] 2008.06.20 by 휴먼플러스
김천사랑 외부 페이지..설정 삭제는 어떻게 하나요? [1] 2008.06.20 by C。9ːHena〃
정승용598 1.0.4버전으로업데이트후 오류좀잡아주세여... [2] 2008.06.20 by 휴먼플러스
이샤 모듈 모듈에서 Cannot modify header information 이 뜹니다. [2] 2008.06.20 by 이샤
액션미남 글 수정시 "인터넷 사이트를 열 수 없습니다" 오류 [1] 2008.06.20 by 우야꼬
로즈628 이거 공백 제발 해결좀 해주세여 [1] 2008.06.20 by 우야꼬
누군가는 레이아웃 길이 수정 관련 [1] 2008.06.20 by 백성찬
민지영454 제로보드 4 스킨은 XE 버전에서 못 쓰나요? [1] 2008.06.20 by 백성찬
포토올 zbXE 1.0.0 페이지에서 테이블(표) 삽입과 배너 삽입....????? [2] 2008.06.20 by 포토올
포토올 [도움요청] 분류에..공백이...ㅠ.ㅠ. [2] 2008.06.20 by 포토올
zzzx 해결점요  
오늘ㄹ 스킨적용법,(게시판안만지고) [2] 2008.06.20 by 오늘ㄹ
민지영454 처음 제로보드 모듈, (질문 수정했어요) 도와주세요!!! [1] 2008.06.20 by 백성찬
해커다 제가 이틀째 허덕이고 있는 문제 인데요,,  
서병윤 고수님들 확인부탁! 메뉴추가시 메인화면 아래로 밀림현상 [1] 2008.06.20 by 띵야