当前位置: 编程技术>WEB前端
如何设置网页的背景为透明
来源: 互联网 发布时间:2014-09-06
本文导语: 可以把iframe中的网页的背景设置为透明 1、a.htm 2、b.htm body { background-color: transparent; }
可以把iframe中的网页的背景设置为透明
1、a.htm
2、b.htm
body {
background-color: transparent;
}
1、a.htm
2、b.htm
body {
background-color: transparent;
}