묻고답하기



왜 메뉴 상단에 검은색 바가 생기는지 모르겠네요 ㅡㅡ 도와주세요. 제로보드 최신형으로 깔았습니다.
밑에는 레이아웃 편집란에서 복사해서 붙여놨습니다. 도와주세요ㅠ

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

<!--// 레이아웃과 연동될 css 파일 import -->
<!--@if($layout_info->colorset == "white")-->
    <!--%import("css/white.css")-->
<!--@elseif($layout_info->colorset == "black")-->
    <!--%import("css/black.css")-->
<!--@else-->
    <!--%import("css/default.css")-->
<!--@end-->

<!--@if($layout_info->background_image)-->
<style type="text/css">
    body {  background:#FFFFFF url({getUrl()}{$layout_info->background_image}) repeat-x left top; }
</style>
<!--@end-->

<!--@if(!$layout_info->colorset)-->
    {@$layout_info->colorset = "default"}
<!--@end-->

<div id="bodyWrap">
    <div id="header">
        <h1><a href="{$layout_info->index_url}"><!--@if(!$layout_info->logo_image)--><img src="./images/{$layout_info->colorset}/zeroBoardXE.png" alt="ZeroBoard™  XE" class="iePngFix" /><!--@else--><img src="{$layout_info->logo_image}" alt="logo" border="0" class="iePngFix" /><!--@end--></a></h1>

        <div id="language">
            <strong title="{$lang_type}">{$lang_supported[$lang_type]}</strong> <a href="#selectLang" onclick="showHide('selectLang');return false;"><img src="./images/{$layout_info->colorset}/buttonLang.gif" alt="Select Language" width="87" height="15" /></a>
            <ul id="selectLang">
                <!--@foreach($lang_supported as $key => $val)--><!--@if($key!= $lang_type)-->
                <li><a href="#" onclick="doChangeLangType('{$key}');return false;">{$val}</a></li>
                <!--@end--><!--@end-->
            </ul>
        </div>

        <!-- GNB -->
<!--플래쉬 메뉴-->
<embed src="http://www.yesjob.tv/img/yesjob_top.swf" quality="high"  type="application/x-shockwave-flash" width="980" height="118"></embed>
<!--플래쉬 메뉴 끝 -->

        <ul id="gnb">
            <!-- main_menu 1차 시작 -->
            <!--@foreach($main_menu->list as $key => $val)--><!--@if($val['link'])-->
                <!--@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['link']}</a></li>

            <!--@endif--><!--@endforeach-->
        </ul>

        <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="contentBody">
        <div id="columnLeft">

            <!-- 로그인 위젯 -->
            <img src="./images/blank.gif" class="zbxe_widget_output" widget="login_info" skin="xe_official" colorset="{$layout_info->colorset}" />

            <!-- 왼쪽 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['link'])-->
                <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['link']}</a>

                    <!-- main_menu 3차 시작 -->
                    <!--@if($val['list'] && ($val['expand']=='Y'||$val['selected']) )-->
                    <ul>
                    <!--@foreach($val['list'] as $k => $v)--><!--@if($v['link'])-->
                        <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['link']}</a></li>
                    <!--@endif--><!--@endforeach-->
                    </ul>
                    <!--@endif-->
                </li>
                {@$idx++}
                <!--@endif--><!--@endforeach-->
            </ol>
            <!--@endif-->

        </div>
        <div id="columnRight">
            <!-- 컨텐츠 시작 -->
            {$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.gif" alt="Powered By ZeroBoard" width="106" height="5" /></a>
            </address>

        </li>

        <!--@foreach($bottom_menu->list as $key => $val)-->
        <li><a href="{$val['href']}" <!--@if($val['open_window']=='Y')-->onclick="window.open(this.href);return false;"<!--@end-->>{$val['link']}</a></li>
        <!--@endforeach-->
    </ul>
</div>

글쓴이 제목 최종 글
XE 공지 글 쓰기,삭제 운영방식 변경 공지 [16] 2019.03.05 by 남기남
jungho hur 1.0.6 버전으로 업그레이드후 언어선택(번체자)가 안나옵니다. [1] 2008.10.23 by 백성찬
엘러 전부터 계속 궁금했던건데요 궁금합니다!! [1] 2008.10.23 by 비나무
css수정이요 첨부파일 관리에 에러가 막 뜨는데 어떻게 해결하면 되나요? [1] 2008.10.23 by 비나무
김형건316 고수님들만 필독! 어떻게 해결할 수 있으세요!? [1] file 2008.10.23 by 비나무
OZzi 2차메뉴 왼쪽에 나타나게 하기 [2] 2008.10.23 by 느까끼
연등 운영자님 요것 에러나는것좀 고쳐주세요.. [1] 2008.10.23 by 규민
규민 레벨에따라 그룹이 달라지는 에드온  
\제로보드/ 제로보드 파일첨부..미치겠습니다. [3] 2008.10.23 by 김지훈792
J world 로그인이 안됩니다. 도와주세요. [1] file 2008.10.23 by 뒷뜰에핀행복
정상택 댓글을 달면 QUERY ID값이 잘못이라고....  
withalluniform 조회수가 지금도 무지막지하게 올라가고 있습니다. [2] 2008.10.23 by withalluniform
이보전진 초보적 질문 한번 물어보아요 [2] file 2008.10.23 by 이보전진
이원형 좌측에 있는 메뉴를 배너 위로 올리고 싶습니다. [5] 2008.10.23 by 이원형
최민호347 한게시물만 최근게시물로 띄울수 없을까요 ? [2] 2008.10.23 by news
이원형 배너사진을 올렸는데.. [2] 2008.10.23 by 이원형
초보 블로그보면 프로필 아래있는 카데고리는 어떻게 만드나요? [2] 2008.10.23 by 초보
아이노코 새로 구축한 사이트- http://www.crni.kr/ 에서 모든 게시판이 보는 것처럼 가운데 정렬로 배열이 되는 에러 [2] 2020.03.14 by 아이노코
홍정효 최근문서  
누군가는 파일 첨부 문제 [2] file 2008.10.23 by 누군가는
Gnee 서버 DB,파일 이전후 ''요청하신 모듈을 찾을 수 없습니다'' 라고 표시됩니다!  
똑디 아이디/비밀번호찾기에 관해서... [2] 2008.10.23 by Gnee
초보의역습 글쓰기 첨부 버튼 무동작,,,ㅜㅜ [7] 2008.10.23 by 미미소
인형의기사 관리자로 로그인할 경우 하단에 "페이지수정" 버튼이 안나타나게 할 수없나요?  
jb917 갤러리 게시판에 올린 사진을 누르면 사진이 보이게 어떻게 하나요? [1] 2020.03.14 by jb917
달마김 사이트제작중에 전부 날라가 버렸어요 [2] 2008.10.23 by 달마김
dor747 제로 보드 설치 동의 확인후에 index 페이지로 되돌아오는 문제 ㅠㅠ [1] file 2008.10.22 by 백성찬
박종명 도와 주세요 [1] 2008.10.22 by 백성찬
컴매니아-1 설치가 되지 않아 조언구합니다.. [1] 2008.10.22 by 백성찬
☆쫑 로그인이 되지 않는 문제 - 헬프 플리즈 [2] 2008.10.22 by ☆쫑
polik 갑자기 로그인이 안됩니다. [2] 2008.10.22 by ☆쫑