포럼

모르지오님 레이아웃을 사용중입니다.
메인메뉴바가 블랙인데 청색으로 바꿀려고 합니다.
제가 초보다보니 어디서 바꿔야 하는지 알수가 없네요.
어디를 수정해야 하는지 자세히 쉽게 설명좀 해주세요

<!--환경설정 인클루드-->
<include target="config.html" />

<div id="xegrid" style="font-size:12px; width:{$layout_info->site_width}px;">

<!--header-->
<div id="header" class="pngFix" style="height:{$layout_info->header_height}px;">
   <div id="logo">
      <!--로고-->
      <a href="{$layout_info->index_url}" >
      <block cond="$layout_info->logo_image"><img src="{$layout_info->logo_image}" alt="로고" /></block>
      <block cond="!$layout_info->logo_image"><img src="img/logo/logo.png" alt="로고" /></block>
      </a>
   </div>             
  
   <div id="xgheadergrid" style="width:{$layout_info->headerin_width+240}px;">
      <block cond="$layout_info->display_headergrid == 'Y'">
      {$layout_info->header_area}
      </block>
      <div class="xgbox" style="width:245px">
        <!--옵션 메뉴 & 언어선택 인클루드-->
        <include target="plugins/omenu/omenu.html" />
        <include target="plugins/lang/lang.html" />
        <!--통합검색 인클루드-->
        <include target="plugins/search/search.html" />
      </div>   
   </div>
</div>
<!-- end header -->

<!-- header_main -->
<div id="header_main" class="pngFix" style="font-size:12px; width:{$layout_info->site_width}px;">
     <!--메인메뉴 인클루드-->
     <include target="plugins/gnbmenu/gnb.html" cond="$layout_info->display_mainmenu == 'gnb'" />
     <block cond="$layout_info->display_mainmenu == 'navigation'" />    
  {$layout_info->navigation_area}
     </block>
     <!--사이트맵 인클루드-->
     <include target="plugins/sitemap/sitemap.html" />
</div>
<!-- end header_main -->

<!-- centermiddle -->
   <div id="xg2" style="font-size:12px; width:{$layout_info->site_width+5}px;" cond="$layout_info->display_xg2 == 'Y'">
       {$layout_info->xg2_area}
   </div>
<!-- end centermiddle -->

<!-- centermain -->
<div id="centermain" class="{$layout_info->layout_type}" style="width:{$layout_info->site_width}px;">
   <div id="centermain_dp">       
      <!-- sa -->
   <div id="sa" cond="$layout_info->layout_type != 'c'" style="width:{$layout_info->sa_width}px;">
      <div class="wrapper">                        
         <!-- 2차 세로 메뉴 인클루드 -->
         <div class="inside p" cond="$layout_info->display_lnb == 'lnb' && $menu_1st['list']">
             <include target="plugins/lnbmenu/lnb.html" />
         </div>
         <div class="inside p" cond="$layout_info->display_lnb == 'lnb_navigation'">
         {$layout_info->lnb_area}
         </div>
         <!-- 슬라이더 인클루드 -->
   <div class="inside" cond="$layout_info->sa_smallslider == 'sa'">
              <include target="sliders/smallslider/sa.html">
         </div>
         {$layout_info->sa_area}
         </div>
      </div>
   <!-- end sa -->

   <!-- sb -->       
      <div id="sb" cond="$layout_info->layout_type == 'sa-c-sb'" style="width:{$layout_info->sb_width}px;">
         <div class="wrapper">                                              
          <!-- 사이드 B 위젯 박스 참고표 출력 -->
    <div class="inside" cond="$layout_info->sb_smallslider == 'sb'">
              <include target="sliders/smallslider/sb.html" />
         </div>
         {$layout_info->sb_area}
         </div>
      </div>
   <!-- end sb -->
     
   <!-- contens-->            
      <div id="contents">
         <div class="inside" cond="$layout_info->display_content_top == 'Y'">
   {$layout_info->content_top_area}
         </div>
   <div class="wrapper">         
           {$content}               
         </div>
      </div>
      <!--  end contens -->        
   <div class="clear"></div>                 
   </div><!-- end centermain_dp-->
</div>
<!-- end centermain -->

<!-- centerbottom -->
<div id="xg5" style="font-size:12px; width:{$layout_info->site_width+5}px;" cond="$layout_info->display_xg5 == 'Y'">
      {$layout_info->xg5_area} 
</div>
<!-- end centerbottom -->

<!-- footer -->
<div id="footer" class="pngFix" style="font-size:12px; width:{$layout_info->site_width}px;">
      <div id="footmod">
               <ul class="plain">
                  <li loop="$bottom_menu->list=>$key, $val"><a href="{$val['href']}" <block cond="$val['open_window'+ ']=='Y'">onclick="window.open(this.href);return false;"</block>>{$val['link']}</a></li>
               </ul><!-- end 하단 메뉴 -->
         <div id="gotop" style="top:5px; right:0px;">            
            <a href="#header" class="gotop">Scroll To Top</a>
         </div><!-- end gotop -->
      </div><!-- end footmod -->
  
   <div id="footersection">
         <!--로고-->
         <a class="bottom_logo pngFix" href="{$layout_info->bottom_logo_url}" target="_blank">
         <block cond="$layout_info->bottom_logo"><img src="{$layout_info->bottom_logo}" alt="로고" /></block>
         <block cond="!$layout_info->bottom_logo"><img src="img/logo/logo_bottom.png" alt="로고" /></block>
         </a>
         <a class="bottom_logo2 pngFix" href="{$layout_info->bottom_logo2_url}" target="_blank">
         <block cond="$layout_info->bottom_logo2"><img src="{$layout_info->bottom_logo2}" alt="로고" /></block>
         <block cond="!$layout_info->bottom_logo2"><img src="img/logo/logo_bottom.png" alt="로고" /></block>
         </a>
         <div id="cp">      
            <div class="copy">
         Copyright &copy;
         <span>{$layout_info->copyright}</span> 2011 All rights reserverd.
         <a href="http://xe-art.com" target="_blank" title="by xe-art.com">by xe-art.com</a>
            </div><!-- end copy -->
            <p cond="$layout_info->copyright2">{$layout_info->copyright2}</p>
         </div><!-- end cp-->
      </div><!-- end footersection-->
      <div id="credit">
        <ul class="plain">
          <li>{$layout_info->credit}</li>
        </ul>
      </div><!-- end footmod -->
</div><!-- end footer -->      

</div>

 
<!--[if lte IE 6]>
   <script type="text/javascript" src="js/pngFix.min.js"></script>
   <script type='text/javascript'>
      DD_belatedPNG.fix('.pngFix, img, a.next, a.prev, .pagination a, .section a');
   </script>
<![endif]-->

글쓴이 제목 최종 글
도라란 이거 한번만 봐주세요~  
영구만세 XE 사용자 모임(계획) [43] 2020.03.14 by 영구만세
모조키 xpresseditor 가 변형시키는 본문 내용에 관해서 자료를 구합니다. [3] 2011.07.07 by 모조키
YO-DA 이럴땐 어떻게 해야 하는지요?  
이온디 게시판 스킨 제작 메뉴얼이 있을까요? [3] 2011.07.06 by 도라란
321 자체 게시판에서 데이터 이전할려고 하는데 [2] 2011.07.06 by 토끼매니아
H-BNB 부탁드립니다.^^(모르지오님 레이아웃 -- XEgrid Free Layout) [2] 2011.07.05 by 모르지오
쌔때 위젯 복사를 부탁드려요^;;? [10] 2011.07.04 by 쌔때
모조키 묻고답하기에 아이디 누르면 '작성글 보기' 왜 없애셨는지?? [1] 2011.07.04 by 모조키
타브 xe보안 확실한가요? [10] 2011.11.03 by SMaker
xemall 개발자분들과 기술, 디자인, 아이디어 공유를 위해 메신저 등록합니다~^^ [6] 2011.07.03 by xemall
Lesley 꼭 자동화 시스템만이 좋은 걸까요? [4] 2011.07.02 by Lesley
보보777 관련 컨텐츠 위젯 없을까요?  
金东峰 구글 Plus [6] 2011.07.01 by 金东峰
아아악내눈 이 에러메세지의 정체를 알고싶습니다. [3] file 2020.03.14 by 아아악내눈
라르게덴 오늘 회사가 창립기념일이라 xpressengine-jp에 또 놀러왔어요 ^^ [11] file 2011.07.01 by xemall
카이네드 댓글은 추천 기능이 있으면 이 기능도 있어야 하지 않을까요? [5] 2011.07.01 by 웹 엔진
xemall 모바일 글작성시 수정과 임시저장 지원부탁드리며, 삭제시 재확인을 묻도록해주세요.  
Garon 행복한 고니님이 굵직한 소식 주신다길래... [6] 2011.06.30 by Garon
demun 관리자-레이아웃에서 radio 쓸수 있게 해주세요.