From ebb6a1c63a53c4ecbaf8a0b67794b7d8eefe078f Mon Sep 17 00:00:00 2001 From: whitedot Date: Thu, 6 Mar 2014 18:34:53 +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=802?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- head.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/head.php b/head.php index bce43194a..e0600fd7f 100644 --- a/head.php +++ b/head.php @@ -114,7 +114,9 @@ if (G5_IS_MOBILE) { 'mobile' order by gr_order "; $result = sql_query($sql); + $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 값 부여 ?>
  • @@ -122,9 +124,7 @@ if (G5_IS_MOBILE) { 'mobile' order by bo_order "; $result2 = sql_query($sql2); - $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 값 부여 ?>