时间:2021-07-01 10:21:17 帮助过:10人阅读
<body bgColor="#eeeeee"> <iframe allowTransparency="true" src="transparent.htm"> </iframe>
2.transparent.htm页的代码。
<body bgColor="transparent">
特别说明
本例主要是iframe对象的allowTransparency属性应用,在该属性设置为true并且iframe所载加页的背景颜色设置为transparent(透明)时iframe将透明化。
allowTransparency设置或获取对象是否可为透明。
bgColor 设置或获取对象的背景颜色。
以上就是html中关于iframe的allowTransparency属性的详解的详细内容,更多请关注Gxl网其它相关文章!