Copy
<!-- 하단 배너--> <footer class="at-footer"> <div class="at-map"> <div class="container"> <ul> <li><a href="/bbs/page.php?hid=story"><img src="/img/banner01.jpg" width="100%" height="115"> </a></li> <li><a href="/bbs/page.php?hid=story02"><img src="/img/banner02.jpg" width="100%" height="115"> </a></li> <li><a href="/bbs/page.php?hid=story03"><img src="/img/banner03.jpg" width="100%" height="115"> </a></li> <li><a href="/bbs/page.php?hid=story04"><img src="/img/banner04.jpg" width="100%" height="115"> </a></li> <li><div class="div-title-underbar"><img src="/img/banner05.jpg" width="100%"></div></li> </ul> <div class="clearfix"></div> </div> </div> </footer>
이부분을 pc에서는 보이고 모바일에서는 안보이게 하고싶은데 어찌 해야 할까요?
조언 좀 부탁드립니다.
답변 1개 / 댓글 4개
채택된 답변
+20 포인트
그누보드5 인가요?
그럼
Copy
<?php if(!G5_IS_MOBILE) { ?>여기안에 넣으세요<?php } ?>
여기 안에 넣으세요 라는 부분에 해당 소스를 넣으시면 됩니다.
답변에 대한 댓글 4개
9년 전
답변을 작성하려면 로그인이 필요합니다.
감사합니다. (__)