From 94822deddc0292f3b92775d0e86d9180af467928 Mon Sep 17 00:00:00 2001 From: whitedot Date: Thu, 6 Mar 2014 18:31:35 +0900 Subject: [PATCH] =?UTF-8?q?=EC=82=AC=EC=9A=A9=EC=9E=90:=20gnb=20z-index=20?= =?UTF-8?q?=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- head.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/head.php b/head.php index a9a14d967..bce43194a 100644 --- a/head.php +++ b/head.php @@ -122,7 +122,9 @@ if (G5_IS_MOBILE) { 'mobile' order by bo_order "; $result2 = sql_query($sql2); - for ($bi=0; $row2=sql_fetch_array($result2); $bi++) { // bi 는 board index + $gnb_zindex = 999; // gnb_1dli z-index 값 설정용 + for ($gi=0; $row=sql_fetch_array($result); $gi++) { // gi 는 group index + $gnb_zindex -= 1; // html 구조에서 앞선 gnb_1dli 에 더 높은 z-index 값 부여 ?>