2、b.htm body { background-color: transparent; } " /> 如何设置网页的背景为透明-技术开发HTML/CSS技术-Ubuntu系统_Ubuntu服务器_中文网

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

可以把iframe中的网页的背景设置为透明
1、a.htm
<iframe src="b.htm" allowtransparency="true"></iframe>


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

HTML/CSS技术如何设置网页的背景为透明,转载需保留来源!

郑重声明:本文版权归原作者所有,转载文章仅为传播更多信息之目的,如作者信息标记有误,请第一时间联系我们修改或删除,多谢。