iframe背景透明

在iframe标签中设置属性 allowtransparency="true

在嵌入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">

你可能感兴趣的:(iframe)