묻고답하기

mp-6.gif




헉 이미지가 너무 큰가;


보시면 게시판이 밑으로 쳐져 있습니다 ㅠ 저거 어떻게 올려야 하나요


그리고 위에 메뉴바를 어찌저찌 하다가 하위메뉴도 뜨는걸로 덮어놧는데요

색깔이 이상하게 됩니다 ㅠ 소스 다 찾아서 이미지랑 전부 마음에 드는걸로 했는데 안뜨네요;


다른 문제점도 많지만 일단 이거라도 해결하고 싶은데 ㅠ

혹시 메인메뉴 스킨 같은거 공유하시는분은 없나요 ;ㅅ;? 회사 홈페이지를 만드는[허접하지만] 중인데 제가 홈페이지 만드는걸 배우는 사람도 아니고 그렇다고 프로그레밍하거나 디자인 하는 사람도 아니랍니다 ㅠ


여러분의 도움이 절실히 필요합니다 ;ㅅ;!!



혹시 몰라 소스도


<!--// js 파일 import -->

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


<!--// 레이아웃과 연동될 css 파일 import -->

<!--@if($layout_info->

<link href="css/default.css" rel="stylesheet" type="text/css">


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><!--@if($layout_info->logo_image)--><a href="{$layout_info->index_url}"><img src="{$layout_info->logo_image}" alt="logo" border="0" class="iePngFix" /></a><!--@else-->&nbsp;<!--@end--></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 -->

        <ul id="gnb">

            <!-- main_menu 1차 시작 -->

<img class="zbxe_widget_output" widget="navigator" skin="horiNavigator" colorset="blue" menu_srl="115" start_depth="1" >

            <!-- 왼쪽 2차 메뉴 -->

            <!--@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="vid" value="{$vid}" />

            <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>

</div>

<div>

</div>

<div id="contentBody">

<div id="columnRight">

            <!-- 컨텐츠 시작 -->

            {$content}


        </div>

<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>

    <ul id="footer">

        <li class="first-child">

            <address>

            <a href="http://www.xpressengine.com" onclick="window.open(this.href);return false;"><img src="./images/powerdByXE.gif" alt="Powered By XpressEngine" width="70" 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>




_______________________________________________________________________________________________________________

나름 구분한다고 한건데 잘보일지 모르겟네요 ㅠ 뭔가 소스가 너무 건드려서 개판인듯..;

다른자료도 필요하시면 올릴께요 ㅠㅠ
꼭좀 도와주세요, 
혼자서 제로보드를 배워나가기엔 너무 막막합니다, 저도 제로보드의 매력에 취할수 있게 고수분들 도와주세요 !!!!!!!!!!!!

태그 연관 글
  1. [2018/07/13] 묻고답하기 첨부한 파일 링크 텍스트로 추출하는 방법은 무엇인가요? by diomin *2
  2. [2018/02/25] 묻고답하기 게시판 수정 by Pental *2
  3. [2017/07/18] 묻고답하기 게시판 공개 권한 질문 드려요 도와 주세요ㅠㅠ by sheis**** *2
  4. [2017/05/03] 묻고답하기 youtube 영상목록을 불러와서 게시판에 뿌려주는 모듈이나 스킨이 있을까요? by whitemind *1
  5. [2017/01/06] 묻고답하기 게시판 첨부 파일 다운로드 by 김인중 *1