iframe 투명배경으로 넣기
728x90
* 불려질 페이지의 body의 스타일에 "background-color:transparent"를 넣는다.
<body style="background-color:transparent">
* iframe 속성에 allowTransparency="true" 를 준다.
<iframe src="../science_index.jsp " allowTransparency="true" ></iframe>
<body style="background-color:transparent">
* iframe 속성에 allowTransparency="true" 를 준다.
<iframe src="../science_index.jsp " allowTransparency="true" ></iframe>