您现在的位置:首页 >> 前端 >> 内容

html中iframe背景透明

时间:2011/8/1 14:23:18 点击:

  核心提示: 父页面 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>

Tags:HT TM ML L中 
作者:网络 来源:不详