在transparentBody.htm文件的<body标签中,我已经加入了style="background-color=transparent" 通过以下四种IFRAME的写法我想大概你对iframe背景透明效果的实现方法应该会有个清晰的了解:
<IFRAME ID="Frame1" src="/attachment/portal" allowTransparency="true"
<IFRAME ID="Frame2" src="/attachment/portal" allowTransparency="true" STYLE="background-color: green"
<IFRAME ID="Frame3" src="/attachment/portal"
<IFRAME ID="Frame4" src="/attachment/portal" STYLE="background-color: green" </IFRAME (本文来源于图老师网站,更多请访问http://m.tulaoshi.com/html/)