html中iframe背景透明
父页面
<iframe src="index.htm" allowTransparency="true"> </iframe>
子页面
<style type="text/css">
body
{
background-color: transparent;
}
</style>
补充:web前端 , HTML/CSS ,
父页面
<iframe src="index.htm" allowTransparency="true"> </iframe>
子页面
<style type="text/css">
body
{
background-color: transparent;
}
</style>
补充:web前端 , HTML/CSS ,
上一个:通过样式表实现固定表头和列
下一个:木子李:浅谈中国风格的网页设计