您现在的位置是:网站首页> 编程资料编程资料

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

2023-05-25 249人已围观

简介 如何设置网页的背景为透明_CSS/HTML_

可以把iframe中的网页的背景设置为透明
1、a.htm



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

-六神源码网