Iframe背景色设置

时间:2021-06-09 14:51:32

 

 

Iframe的背景色是白色的,但是父窗体的背景色如果不是非白色的,则需要对IFrame的背景色进行设置。

 

<iframe id="myFrame" allowTransparency="true" style=" background-color:Blue;" runat="server" src="IframeWebForm.aspx" width="100%;" height="85%;"></iframe>

 

在Iframe标签中加入属性 allowTransparency="true" ,iframe则可以使用父窗体中的背景色了