IFrame背景图像未在IE6和IE7中显示

时间:2009-06-24 12:00:40

标签: internet-explorer iframe background-image

我需要帮助。 它在firefox或Opera中运行正常。 问题出在ie。 我试着将它放在样式文件中,或内联样式但不起作用。

3 个答案:

答案 0 :(得分:4)

您是否尝试在iframe上设置allowTransparency =“true”并将子框架的文档正文的背景颜色设置为透明?

请参阅有关allowTransparency的MSDN文档:

http://msdn.microsoft.com/en-us/library/ms533072(VS.85).aspx

答案 1 :(得分:1)

在研究这个问题时,一些帖子在所有大写字母中都使用了ALLOWTRANSPARENCY。 ie7(在ie9开发者工具中)直到我把它变成“allowTransparency”才对它做出回应。

为了它的价值。

答案 2 :(得分:0)

试试这个..它应该可行(在IE / Firefox / Google Crome中测试)

<div><img src="a.JPG"></div>

<div>
<iframe style="display:none" width="325" height="276" frameborder="0" scrolling="auto"></iframe>
</div>