From 0def651bbed6318b91d20b5afa9efadf5e93d602 Mon Sep 17 00:00:00 2001 From: whitedot Date: Thu, 6 Mar 2014 11:49:02 +0900 Subject: [PATCH] =?UTF-8?q?=EC=87=BC=ED=95=91=EB=AA=B0:=20=EB=B0=B0?= =?UTF-8?q?=EB=84=88=EA=B4=80=EB=A6=AC=20=ED=9A=A8=EA=B3=BC,=20ie=206,7,8?= =?UTF-8?q?=20=ED=81=AC=EB=A1=9C=EC=8A=A4=EB=B8=8C=EB=9D=BC=EC=9A=B0?= =?UTF-8?q?=EC=A7=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- skin/shop/basic/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/skin/shop/basic/style.css b/skin/shop/basic/style.css index 83470118b..1bae91535 100644 --- a/skin/shop/basic/style.css +++ b/skin/shop/basic/style.css @@ -60,8 +60,8 @@ #sbn_idx {position:relative} #sbn_idx .sbn_btn {z-index:100;position:absolute;top:50%} -#sbn_idx .sbn_btn button {position:relative;top:-35px;width:70px;height:70px;border:0;background:transparent;text-indent:-9999em;overflow:hidden} -#sbn_idx .sbn_btn span {position:absolute;top:0;left:0;width:100%;height:100%;background:url('img/sbn_btn.png')} +#sbn_idx .sbn_btn button {position:relative;top:-35px;margin:0;padding:0;width:70px;height:70px;border:0;background:transparent;overflow:hidden} +#sbn_idx .sbn_btn span {display:block;width:100%;height:100%;background:url('img/sbn_btn.png')} #sbn_idx #sbn_btn_p {left:25px} #sbn_idx .sbn_btn #sbn_btn_prev span {background-position:0 0} #sbn_idx #sbn_btn_n {right:25px}