사이트 내 전체검색
[html] 투명한 아이프레임 넣기
로빈아빠
https://cmd.kr/javascript/439 URL이 복사되었습니다.

본문

투명한 아이프레임 (Alpa필터를 적용하지 않은 순수한 투명)

이런 경우, 아이프레임과 본문서가 모두 선명합니다.
단점이 있다면, 투명스크롤바가 있는 자리는 투명하지 않다는 겁니다.

mainframe.html (아이프레임으로 들어가는 문서)의 <head>와 </head> 사이에 아래 소스를 넣습니다.

<style type="text/css">
<!--
body {background-color:transparent}
-->
</style>



iframe.html (기본문서)의 아이프레임 태그 안에 아래처럼 allowTransparency="true" 를 추가합니다.

<iframe src="iframe.html" allowTransparency="true"></iframe>

댓글목록

등록된 댓글이 없습니다.

831 (9/17P)

Search

Copyright © Cmd 명령어 18.191.68.50