如何设置网页的背景为透明
更新时间:2006年10月14日 00:00:00 作者:
可以把iframe中的网页的背景设置为透明
1、a.htm
<iframe src="b.htm" allowtransparency="true"></iframe>
2、b.htm
body {
background-color: transparent;
}
1、a.htm
<iframe src="b.htm" allowtransparency="true"></iframe>
2、b.htm
body {
background-color: transparent;
}
相关文章
块元素block element和内联元素inline element
块元素block element和内联元素inline element...2006-09-09
css white-space:nowrap属性用法(可以强制文字不换行输出)
css强制文字不换行,可给指定的容器增加white-space:nowrap即,下面把CSS示例写给大家,很简单2013-11-11


最新评论