iframe使用父页的透明背景方法 [转贴]

在嵌入iframe的页面中:
程序代码
<iframe src="abc.htm" name="iframe" width="540" height="400" scrolling="Auto" frameborder="0" id="iframe" style="border:0px" allowtransparency="true"></iframe>


在该iframe被嵌入的页面中:

程序代码
<body STYLE="background-color: transparent">
posted @ 2008-11-02 21:22  liangwei389  Views(358)  Comments(1Edit  收藏  举报