쇼핑몰: #97 상품분류 표준화 및 스타일 작업 중4
This commit is contained in:
@ -87,15 +87,20 @@ a:active {color:#000;text-decoration:underline}
|
||||
#hd_aside a:focus,
|
||||
#hd_aside a:hover {background:#626870;color:#fff}
|
||||
|
||||
/* gnb js off */
|
||||
/* gnb */
|
||||
#gnb {margin:0 0 5px;padding:0 0 10px;border:1px solid #d5d5d5;background:#f7f7f7}
|
||||
#gnb h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
|
||||
.gnb_1dul {margin:0;border:0;background:#fff;list-style:none}
|
||||
.gnb_1dli {position:relative}
|
||||
.gnb_1da {display:block;padding:0 10px;height:33px;border-bottom:1px solid #f4f4f4;background:url('../img/shop/gnb_bg.gif') top right repeat-x;font-weight:bold;text-decoration:none;line-height:2.9em}
|
||||
.gnb_1da:focus,
|
||||
.gnb_1da:hover {background-position:right -33px;color:#fff;text-decoration:none}
|
||||
.gnb_2dul {display:none}
|
||||
.gnb_1dli {position:relative;background:url('../img/shop/gnb_bg.gif') top right repeat-x}
|
||||
.gnb_1dli_on {background-position:right -33px;color:#fff;text-decoration:none}
|
||||
.gnb_1da {display:block;padding:0 10px;height:33px;border-bottom:1px solid #f4f4f4;font-weight:bold;text-decoration:none;line-height:2.9em}
|
||||
.gnb_1dli_on .gnb_1da {color:#fff;text-decoration:none}
|
||||
.gnb_2dul {visibility:hidden;z-index:1000;position:absolute;top:0;width:0;height:0;overflow:hidden}
|
||||
.gnb_1dli_over .gnb_2dul {visibility:visible;left:127px;padding:0 0 5px 20px;width:130px;height:auto;background:url('../img/shop/gnb_2dbg.gif') left 10px no-repeat #626870}
|
||||
.gnb_1dli_over2 .gnb_2dul {visibility:visible;left:127px;padding:0 0 5px 20px;width:150px;height:auto;background:url('../img/shop/gnb_2dbg.gif') left 10px no-repeat #626870}
|
||||
.gnb_2da {display:block;height:33px;border-bottom:1px solid #787f89;color:#fff !important;line-height:2.9em}
|
||||
.gnb_2da:focus,
|
||||
.gnb_2da:hover {text-decoration:none}
|
||||
|
||||
/* 중간 레이아웃 */
|
||||
#wrapper {z-index:5;margin:30px auto;width:1000px;zoom:1}
|
||||
|
||||
Reference in New Issue
Block a user