重複の可能性:
透明なフレームセットを作成するには?
iframe を透明にしようとしていますが、Firefox ブラウザーで白色が表示されます。iframeに次のコードを使用しました
<iframe id="frontimg" src="slider/slide.html" width="950" height="370" border="0" scrolling="no" allowTransparency="true"></iframe>
そして、目的のhtmlファイルで、スタイリングのためにこのコードをヘッドタグに入れました:
<style type="text/css">
html,
body {
background-color: transparent;
}
</style>