如何设置网页的背景为透明
摘要:可以把iframe中的网页的背景设置为透明1、a.htm2、b.htmbody{background-color:transparent;}
可以把iframe中的网页的背景设置为透明
1、a.htm
<iframesrc="b.htm"allowtransparency="true"></iframe>
2、b.htm
body{
background-color:transparent;
}
【如何设置网页的背景为透明】相关文章:
上一篇:
DOM属性用法速查手册第1/4页
下一篇:
凸起的按钮效果