iframe 투명배경으로 넣기

Posted by MD워시퍼
2010. 1. 7. 15:34 Study
728x90
* 불려질 페이지의 body의 스타일에 "background-color:transparent"를 넣는다.

<body style="background-color:transparent">

* iframe 속성에 allowTransparency="true" 를 준다.

<iframe src="../science_index.jsp "  allowTransparency="true" ></iframe>