사용자: gnb 위치 복구 ie6 오류 때문에

This commit is contained in:
whitedot
2013-04-26 16:51:14 +09:00
parent 474be0befe
commit f89c345ff9
2 changed files with 33 additions and 33 deletions

View File

@ -52,14 +52,14 @@ a:active {color:#000;text-decoration:underline}
.cke_sc_def dd {width:30%} .cke_sc_def dd {width:30%}
/* 상단 레이아웃 */ /* 상단 레이아웃 */
#hd {border-top:3px solid #151515;background:#fff} #hd {height:73px;border-top:3px solid #151515;background:#fff}
#hd h1 {font-size:0;line-height:0;overflow:hidden} #hd h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#hd_wrapper {position:relative;margin:0 auto;width:980px} #hd_wrapper {position:relative;margin:0 auto;width:980px}
#logo {padding:17px 0} #logo {padding:17px 0}
#sch_all {position:absolute;top:22px;left:70px;margin:0;padding:0;letter-spacing:-5px} #sch_all {position:absolute;top:22px;left:70px;margin:0;padding:0;letter-spacing:-5px}
#sch_all legend {font-size:0;line-height:0;overflow:hidden} #sch_all legend {position:absolute;font-size:0;line-height:0;overflow:hidden}
#sch_all_stx {padding-left:5px;width:156px;height:24px;border:1px solid #aaa;border-right:0;background:#fff;line-height:1.9em !important;line-height:1.6em} #sch_all_stx {padding-left:5px;width:156px;height:24px;border:1px solid #aaa;border-right:0;background:#fff;line-height:1.9em !important;line-height:1.6em}
#sch_all_submit {border:1px solid #aaa;border-left:0} #sch_all_submit {border:1px solid #aaa;border-left:0}
@ -74,7 +74,7 @@ a:active {color:#000;text-decoration:underline}
/* gnb js off */ /* gnb js off */
#gnb {z-index:10;margin:-1px 0 0;border-top:1px solid #e7f1ed;border-bottom:1px solid #c3c7c5;background:#f0f4f8} #gnb {z-index:10;margin:-1px 0 0;border-top:1px solid #e7f1ed;border-bottom:1px solid #c3c7c5;background:#f0f4f8}
#gnb h2 {margin:0;padding:0;font-size:0;line-height:0;overflow:hidden} #gnb h2 {position:absolute;margin:0;padding:0;font-size:0;line-height:0;overflow:hidden}
#gnb_ul {margin:0 auto;padding:0;width:980px;zoom:1} #gnb_ul {margin:0 auto;padding:0;width:980px;zoom:1}
#gnb_ul:after {display:block;visibility:hidden;clear:both;content:""} #gnb_ul:after {display:block;visibility:hidden;clear:both;content:""}
.gnb_1depth {z-index:10;clear:both;zoom:1} .gnb_1depth {z-index:10;clear:both;zoom:1}
@ -116,7 +116,7 @@ a:active {color:#000;text-decoration:underline}
/* 하단 레이아웃 */ /* 하단 레이아웃 */
#ft {background:#484848} #ft {background:#484848}
#ft h1 {font-size:0;line-height:0;overflow:hidden} #ft h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#ft_catch {position:relative;margin:0 auto;padding:20px 0;width:980px;text-align:center} #ft_catch {position:relative;margin:0 auto;padding:20px 0;width:980px;text-align:center}

View File

@ -125,9 +125,11 @@ if ($config['cf_include_head']) {
</div> </div>
<hr> </header>
<nav id="gnb"> <hr>
<nav id="gnb">
<script>$('#gnb').addClass('gnb_js');</script> <script>$('#gnb').addClass('gnb_js');</script>
<h2>홈페이지 메인메뉴</h2> <h2>홈페이지 메인메뉴</h2>
<ul id="gnb_ul"> <ul id="gnb_ul">
@ -151,9 +153,7 @@ if ($config['cf_include_head']) {
<?php } ?> <?php } ?>
<?php if ($gi == 0) { ?><li class="gnb_empty">생성된 메뉴가 없습니다.</li><?php } ?> <?php if ($gi == 0) { ?><li class="gnb_empty">생성된 메뉴가 없습니다.</li><?php } ?>
</ul> </ul>
</nav> </nav>
</header>
<hr> <hr>