可能重复:
如何创建透明框架集?
我正在尝试使 iframe 透明,但它在我的 Firefox 浏览器中显示为白色。我已将以下代码用于 iframe
<iframe id="frontimg" src="slider/slide.html" width="950" height="370" border="0" scrolling="no" allowTransparency="true"></iframe>
在我想要的 html 文件中,我将此代码放在 head 标记中以进行样式设置:
<style type="text/css">
html,
body {
background-color: transparent;
}
</style>