From 2d520febf1f6581398b0fbe436e8f0971c302672 Mon Sep 17 00:00:00 2001 From: whitedot Date: Tue, 21 May 2013 11:38:04 +0900 Subject: [PATCH] =?UTF-8?q?=EC=82=AC=EC=9A=A9=EC=9E=90:=20gnb=20=EC=8A=A4?= =?UTF-8?q?=ED=83=80=EC=9D=BC=20=EC=88=98=EC=A0=95=20=EB=B0=8F=20legend=20?= =?UTF-8?q?=EC=8A=A4=ED=83=80=EC=9D=BC=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/default.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/css/default.css b/css/default.css index 0500ae77c..821d84d26 100644 --- a/css/default.css +++ b/css/default.css @@ -20,7 +20,7 @@ a:focus, a:active {color:#000;text-decoration:underline} /* 상단 레이아웃 */ -#hd {border-top:3px solid #151515;background:#fff} +#hd {z-index:10;position:relative;border-top:3px solid #151515;background:#fff} #hd h1 {position:absolute;font-size:0;line-height:0;overflow:hidden} #hd_wrapper {position:relative;margin:0 auto;width:980px} @@ -28,7 +28,7 @@ a:active {color:#000;text-decoration:underline} /* 전체 검색 */ #sch_all {position:absolute;top:22px;left:70px;margin:0;padding:0;border:1px solid #555} -#sch_all legend {position:absolute;font-size:0;line-height:0;overflow:hidden} +#sch_all legend {position:absolute;text-indent:-9999em;overflow:hidden} #sch_all_stx {padding-left:5px;width:165px;height:24px;border:0;background:#fff;line-height:1.9em !important;line-height:1.6em} #sch_all_submit {padding:0 5px;height:26px;border:0;background:#555;color:#fff} @@ -42,7 +42,7 @@ a:active {color:#000;text-decoration:underline} #tnb img {margin-right:3px} /* gnb js off */ -#gnb {z-index:10;margin:-1px 0 0;border-bottom:1px solid #c3c7c5;background:#f0f4f8} +#gnb {position:relative;margin:-1px 0 0;border-bottom:1px solid #c3c7c5;background:#f0f4f8} #gnb h2 {position:absolute;margin:0;padding:0;font-size:0;line-height:0;overflow:hidden} #gnb_1dul {margin:0 auto;padding:0;width:980px;zoom:1} #gnb_1dul:after {display:block;visibility:hidden;clear:both;content:""} @@ -156,7 +156,7 @@ button.btn_frmline {font-size:1em} /* 기본테이블 */ .basic_tbl {margin-bottom:10px;width:100%;border-collapse:collapse;border-spacing:0} -.basic_tbl caption {margin:0;padding:0;font-size:0;line-height:0;overflow:hidden} +.basic_tbl caption {padding:0;font-size:0;line-height:0;overflow:hidden} .basic_tbl thead th {padding:12px 0 8px;background:#565e60;color:#fff} .basic_tbl thead a {color:#fff} .basic_tbl thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */