当前位置:编程学习 > html/css >>

html中iframe背景透明

 

父页面

<iframe src="index.htm"  allowTransparency="true"> </iframe>

 

 

子页面

<style type="text/css">

body

{

    background-color: transparent;

}

</style>

补充:web前端 , HTML/CSS  ,
CopyRight © 2012 站长网 编程知识问答 www.zzzyk.com All Rights Reserved
部份技术文章来自网络,