首页 > 编程 > HTML > 正文

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

2020-10-23 18:48:54
字体:
来源:转载
供稿:网友
可以把iframe中的网页的背景设置为透明
1、a.htm
<iframe src="b.htm" allowtransparency="true"></iframe>


2、b.htm
body {
       background-color: transparent;
}
发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表