IT码农库

您当前所在位置:首页 > 网络编程 > CSS/HTML

CSS/HTML

如何设置网页的背景为透明

网络 2006-10-14CSS/HTML5831
可以把iframe中的网页的背景设置为透明 1、a.htm <iframe src="b.htm" allowtransparency="true"></iframe> 2、b.htm body {        background-color: transparent; }
可以把iframe中的网页的背景设置为透明
1、a.htm
<iframe src="b.htm" allowtransparency="true"></iframe>


2、b.htm
body {
       background-color: transparent;
}
大图广告(830*140)