当前位置:首页 > 开发教程 > html教程 >

让iframe透明的参数

时间:2014-06-09 23:14 来源: 作者: 收藏

有时候需要让iframe继承父页面的颜色。不需要复杂的操作,简单的几个参数设置下即可。 点评: 有时候需要让iframe继承父页面的颜色。不需要复杂的操作,简单的几个参数设置下即可。 <iframe src="./ads_top_tian.html" allowtransparency="true" style="background-color=transparent" title="test" frameborder="0" width="470" height="308" scrolling="no"></iframe>

html教程阅读排行

最新文章