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

网络编程 发布日期:2025/1/9 浏览次数:1

正在浏览:如何设置网页的背景为透明
可以把iframe中的网页的背景设置为透明
1、a.htm
<iframe src="/UploadFiles/2021-04-02/b.htm">

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