站长资源网络编程
如何设置网页的背景为透明
简介可以把iframe中的网页的背景设置为透明 1、a.htm 2、b.htm body { background-color: transparent; }
可以把iframe中的网页的背景设置为透明
1、a.htm
<iframe src="/UploadFiles/2021-04-02/b.htm">
2、b.htm
body {
background-color: transparent;
}
1、a.htm
<iframe src="/UploadFiles/2021-04-02/b.htm">
2、b.htm
body {
background-color: transparent;
}
上一篇:凸起的按钮效果
下一篇:DOM属性用法速查手册第1/4页