공통: 상단 마크업 수정

This commit is contained in:
whitedot
2013-12-05 18:22:18 +09:00
parent 569ef26446
commit ff38da43c2
3 changed files with 31 additions and 31 deletions

View File

@ -55,12 +55,12 @@ a:hover, a:focus, a:active {color:#000;text-decoration:underline}
.hd_pops_footer {position:absolute;bottom:0;left:0;padding:10px 0;width:100%;background:#000;color:#fff;text-align:right}
.hd_pops_footer button {margin-right:5px;padding:5px 10px;border:0;background:#393939;color:#fff}
#hd_nb {border-bottom:1px solid #e9e9e9;background:#f2f5f9;zoom:1}
#hd_nb:after {display:block;visibility:hidden;clear:both;content:""}
#hd_nb h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#hd_nb ul {margin:0 auto;width:110px}
#hd_nb li {float:left;border-right:1px solid #e9e9e9}
#hd_nb_last {border:0 !important}
#hd_qnb {border-bottom:1px solid #e9e9e9;background:#f2f5f9;zoom:1}
#hd_qnb:after {display:block;visibility:hidden;clear:both;content:""}
#hd_qnb h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#hd_qnb ul {margin:0 auto;width:110px}
#hd_qnb li {float:left;border-right:1px solid #e9e9e9}
#hd_qnb #qnb_last {border:0 !important}
#logo {padding:35px 0;margin:0 auto;width:1000px}
@ -68,19 +68,19 @@ a:hover, a:focus, a:active {color:#000;text-decoration:underline}
#hd_aside h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#hd_aside .aside_inner {position:relative;margin:0 auto;width:1000px;min-width:1000px}
#hd_aside #asch {position:absolute;top:-58px;left:170px;border:1px solid #c3c6ca}
#hd_aside #asch h3 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#hd_aside #asch select {position:static !important;position:relative;margin:0;border:0}
#hd_aside #asch #asch_str {padding-left:5px;width:110px;height:24px;border:0;background:#fff;line-height:1.9em !important;line-height:1.6em}
#hd_aside #asch #asch_submit {padding:0 5px;height:26px;border:0;background:#e2e6eb;color:#333;cursor:pointer}
#hd_sch {position:absolute;top:-58px;left:170px;border:1px solid #c3c6ca}
#hd_sch h3 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#hd_sch select {position:static !important;position:relative;margin:0;border:0}
#hd_sch #asch_str {padding-left:5px;width:110px;height:24px;border:0;background:#fff;line-height:1.9em !important;line-height:1.6em}
#hd_sch #asch_submit {padding:0 5px;height:26px;border:0;background:#e2e6eb;color:#333;cursor:pointer}
#hd_aside #anb {position:absolute;top:-60px;right:0}
#hd_aside #anb h3 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#hd_aside #anb ul {zoom:1}
#hd_aside #anb ul:after {display:block;visibility:hidden;clear:both;content:""}
#hd_aside #anb li {float:left}
#hd_aside #anb a {display:inline-block;padding:5px 10px;color:#333;letter-spacing:-0.1em;line-height:2em}
#hd_aside #anb a:focus, #hd_aside #anb a:hover {text-decoration:none}
#hd_nb {position:absolute;top:-60px;right:0}
#hd_nb h3 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#hd_nb ul {zoom:1}
#hd_nb ul:after {display:block;visibility:hidden;clear:both;content:""}
#hd_nb li {float:left}
#hd_nb a {display:inline-block;padding:5px 10px;color:#333;letter-spacing:-0.1em;line-height:2em}
#hd_nb a:focus, #hd_nb a:hover {text-decoration:none}
/* 중간 레이아웃 */
#wrapper {z-index:5;margin:30px auto;width:1000px;zoom:1}

View File

@ -27,6 +27,7 @@ include_once(G5_LIB_PATH.'/popular.lib.php');
<button type="button" class="pop_close"><span class="sound_only">검색 </span>닫기</button>
</div>
</aside>
</form>
<script>
$(function (){
var $hd_sch = $("#hd_sch");
@ -38,7 +39,6 @@ include_once(G5_LIB_PATH.'/popular.lib.php');
});
});
</script>
</form>
<ul id="hd_mb">
<?php if ($is_member) { ?>

View File

@ -22,12 +22,12 @@ include_once(G5_LIB_PATH.'/popular.lib.php');
</div>
<?php } ?>
<aside id="hd_nb">
<aside id="hd_qnb">
<h2>쇼핑몰 퀵메뉴</h2>
<ul>
<li><a href="<?php echo G5_SHOP_URL; ?>/cart.php"><img src="<?php echo G5_SHOP_URL; ?>/img/hd_nb_cart.gif" alt="장바구니"></a></li>
<li><a href="<?php echo G5_SHOP_URL; ?>/wishlist.php"><img src="<?php echo G5_SHOP_URL; ?>/img/hd_nb_wish.gif" alt="위시리스트"></a></li>
<li id="hd_nb_last"><a href="<?php echo G5_SHOP_URL; ?>/orderinquiry.php"><img src="<?php echo G5_SHOP_URL; ?>/img/hd_nb_deli.gif" alt="주문/배송조회"></a></li>
<li id="qnb_last"><a href="<?php echo G5_SHOP_URL; ?>/orderinquiry.php"><img src="<?php echo G5_SHOP_URL; ?>/img/hd_nb_deli.gif" alt="주문/배송조회"></a></li>
</ul>
</aside>
@ -36,27 +36,27 @@ include_once(G5_LIB_PATH.'/popular.lib.php');
<aside id="hd_aside">
<h2>편의메뉴</h2>
<div class="aside_inner">
<section id="asch">
<section id="hd_sch">
<h3>쇼핑몰 검색</h3>
<form name="frmsearch1" onsubmit="return search_submit(this);">
<input type="hidden" name="sfl" value="wr_subject||wr_content">
<input type="hidden" name="sop" value="and">
<input type="hidden" name="stx" value="">
<label for="asch_flag" class="sound_only">검색대상</label>
<select id="asch_flag">
<option value="상품" <?php echo get_selected($asch_flag, '상품'); ?>>상품</option>
<option value="게시판" <?php echo get_selected($asch_flag, '게시판'); ?>>게시판</option>
<label for="sch_flag" class="sound_only">검색대상</label>
<select id="sch_flag">
<option value="상품" <?php echo get_selected($sch_flag, '상품'); ?>>상품</option>
<option value="게시판" <?php echo get_selected($sch_flag, '게시판'); ?>>게시판</option>
</select>
<label for="asch_str" class="sound_only">검색어<strong class="sound_only"> 필수</strong></label>
<input type="text" name="q" value="<?php echo stripslashes(get_text($q)); ?>" id="asch_str" required>
<input type="submit" value="검색" id="asch_submit">
<label for="sch_str" class="sound_only">검색어<strong class="sound_only"> 필수</strong></label>
<input type="text" name="q" value="<?php echo stripslashes(get_text($q)); ?>" id="sch_str" required>
<input type="submit" value="검색" id="sch_submit">
</form>
<script>
function search_submit(f) {
var flag = document.getElementById("asch_flag");
var flag = document.getElementById("sch_flag");
if (flag.value == '상품') {
f.action = '<?php echo G5_SHOP_URL; ?>/search.php';
} else {
@ -67,7 +67,7 @@ include_once(G5_LIB_PATH.'/popular.lib.php');
</script>
</section>
<section id="anb">
<section id="hd_nb">
<h3>회원메뉴 및 FAQ</h3>
<ul>
<?php if ($is_member) { ?>