묻고답하기



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

<!--// 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 남기남
에린; 나모로 롤오버시...  
적초 sql 사용자 계정 권한말인데요 [1] 2007.08.10
김재호 div 태그 크기 설정 질문입니다.  
김봄 팝업창 크기 조절하기 [1] 2007.08.10
송원영 무슨 일일까요.;; 노프레임을 쓰는데  
ufo220 이미지메뉴를 클릭하면 해당 게시판 코너로 이동하려면? [2] 2007.08.10
김형준 그룹별로 게시물을 읽을 수 있게 가능한가요~ [1] 2007.08.10
마도로스 풀스크린 질문입니다. [1] 2007.08.10
유혜인 플래시메뉴를 바탕이 투명하게 하는 방법은? [1] 2007.08.10
나는 인간이다. 플래시에서 메뉴 하이퍼 링크걸때 [1] 2007.08.10
문광화 Parse error 가 뜨는데 도저히 못 찾겠습니다.ㅠㅠ 도와주세요 [4] 2007.08.10
UPANGEL 폼전송질문입니다 ㅠ [1] 2007.08.10
이희승 플래쉬 getURL 관련 질문 [1] 2007.08.10
임성규 자바스크립트 소드 동작 설명 부탁드립니다."var ch1=jumin_check.substring(i,i+1);" [1] 2007.08.10
이정혁 이미지 input [1] 2007.08.10
Ghost 아이프레임 질문입니다..!! [2] 2007.08.10
임수범 갤러리 질문 하겠습니다 [1] 2007.08.10
노경환 php 에서 htm 으로 변경시 문제점....도와주세요 [2] 2007.08.10
김요한 노프레임으로 홈페이지를 만들껀데 표에 꽉차게 메뉴를 넣었는데 빈칸이 남아 있어요 [2] 2007.08.10
더엘에 게시판 처럼 목록 표시.