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

 更新时间:2006年10月14日 00:00:00   作者:  
可以把iframe中的网页的背景设置为透明
1、a.htm
<iframe src="b.htm" allowtransparency="true"></iframe>


2、b.htm
body {
       background-color: transparent;
}

相关文章

最新评论