页面导航: 首页网络编程CSS/HTML经验交流 → 正文内容 transparent透明背景

iframe transparent透明背景方法

发布:dxy 字体:[增加 减小] 类型:转载
不错的使iframe透明的方法不用每次都要改iframe里的背景颜色了
在transparentBody.htm文件的<body>标签中,我已经加入了style="background-color=transparent" 通过以下四种IFRAME的写法我想大概你对iframe背景透明效果的实现方法应该会有个清晰的了解

<IFRAME ID="Frame1" SRC="transparentBody.htm" allowTransparency="true"></IFRAME>
<IFRAME ID="Frame2" SRC="transparentBody.htm" allowTransparency="true" STYLE="background-color: green"> </IFRAME>
<IFRAME ID="Frame3" SRC="transparentBody.htm"></IFRAME>
<IFRAME ID="Frame4" SRC="transparentBody.htm" STYLE="background-color: green"> </IFRAME>  
浏览次数:载入中... 打印本文关闭本文返回首页
·在百度中搜索关于“iframe transparent透明背景方法相关内容

文章评论

共有 位脚本之家网友发表了评论我来说两句

同 类 文 章
最 近 更 新
热 点 排 行