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

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

时间:2006/10/14 点击:

  核心提示:可以把iframe中的网页的背景设置为透明 1、a.htm iframesrc='b.htm'allowtransparency='true'/iframe 2、b.htm body{ backgro...
可以把iframe中的网页的背景设置为透明
1、a.htm
<iframe src="b.htm" allowtransparency="true"></iframe>


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

作者:佚名 来源:网络