在ie中的設定:
<iframe src="fram1.html" allowtransparency="true"></iframe>
然後在fram1.html中設定:
body{background:transparent;}
在firefox中的設定:(好像預設是透明的,但懶的測試)
<iframe src="fram1.html" style="background:transparent;"></iframe>
即可。
所以綜合設定:
<iframe src="fram1.html" allowtransparency="true" style="background:transparent;"></iframe>
然後在fram1.html中設定:
body{background:transparent;}
希望其它的瀏覽器都能支援。
0 意見:
張貼留言