모바일에서는 안보여지게 하고 싶어요.
본문
<!-- 하단 배너-->
<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
그누보드5 인가요?
그럼
<?php if(!G5_IS_MOBILE) { ?>
여기안에 넣으세요
<?php } ?>
여기 안에 넣으세요 라는 부분에 해당 소스를 넣으시면 됩니다.
!-->
답변을 작성하시기 전에 로그인 해주세요.