核心提示: 父页面 iframe src=index.htm allowTransparency=true /iframe 子页面 style type=text/css body { backgrou...
父页面
<iframe src="index.htm" allowTransparency="true"> </iframe>
子页面
<style type="text/css">
body
{
background-color: transparent;
}
</style>