모바일 index를 가져오고 싶습니다.
본문
피시와 모바일 페이지를 따로 만들 예정인데
피시화면에서 아이프레임을 이용해 모바일 페이지를 불러오고 싶습니다.
<div style="background:url(/img/mobile-bg.png) no-repeat; width:611px; height:787px; position:relative; float:left;">
<iframe src="mobile/index.php" frameborder="0" width="480px" height="618px" marginwidth="0" marginheight="0" scrolling="yes" style="position:relative; top:88px; left:65px; z-index:10; margin:0 auto;"></iframe>
</div>
아이프레임에 경로를 어떻게 넣어야할까요?
답변을 작성하시기 전에 로그인 해주세요.