diff --git a/head.php b/head.php index a9a14d967..d574bd650 100644 --- a/head.php +++ b/head.php @@ -114,9 +114,11 @@ 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 값 부여 ?> -
  • +