본문 바로가기
# Work/HTML/CSS

iframe의 background 투명하게.

by 호정찐 2012. 5. 16.
반응형

iframe 속성에 allowTransparency="true" 을 추가 후 iframe에 스타일 추가..

ex)

<iframe src="sample2.html" width="698" height="81" frameborder="0" scrolling="auto" title="" allowTransparency="true"></iframe>

iframe {background:transparent;}

반응형