HTML CSS로 iframe 을 대체하기
페이지 정보
본문
html5에서 iframe을 대체해서 css로만 동일한 효과를 내는 방법
<style>
#scroll_international { width:500px; height:150px; border:1px solid #efefef; overflow:auto; top:0; left:0; }
</style>
<div id="scroll_international">
IMG1234567890IMG1234567890IMG123
</div>
참고자료
https://eunicon.tistory.com/21
<style>
#scroll_international { width:500px; height:150px; border:1px solid #efefef; overflow:auto; top:0; left:0; }
</style>
<div id="scroll_international">
IMG1234567890IMG1234567890IMG123
</div>
참고자료
https://eunicon.tistory.com/21
댓글목록
등록된 댓글이 없습니다.