高效Web开发的10个jQuery代码片段
411
2024-02-24
IE5.5开始支持浮动框架的内容透明。如果想要为浮动框架定义透明内容,则必须满足下列条件。
1.与 iframe 元素一起使用的 allowTransparency 标签属性必须设置为 true。
2.在 iframe 内容源文档,background-color 或 body 元素的 bgColor 标签属性必须设置为 transparent
<iframe src="http://www.gimoo.net/t/1409/ads_top_tian.html" allowtransparency="true" style="background-color=transparent" title="test" frameborder="0" width="470" height="308" scrolling="no"></iframe>
<IFRAME ID="Frame1" SRC="http://www.gimoo.net/t/1409/transparentBody.htm" allowTransparency="true"></IFRAME>
<IFRAME ID="Frame2" SRC="http://www.gimoo.net/t/1409/transparentBody.htm" allowTransparency="true" STYLE="background-color: green"> </IFRAME>
<IFRAME ID="Frame3" SRC="http://www.gimoo.net/t/1409/transparentBody.htm"></IFRAME>
<IFRAME ID="Frame4" SRC="http://www.gimoo.net/t/1409/transparentBody.htm" STYLE="background-color: green"> </IFRAME>
父页面
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>父页面</title>
</head>
<body bgcolor="#FF0000">
<iframe src="http://www.gimoo.net/t/1409/index.htm" allowTransparency="true"></iframe>
</body>
</html>
子页面
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>子页面</title>
<style type="text/css">
body
{
background-color: transparent;
}
</style>
</head>
<body>
</body>
</html>
#免责声明#
本站[绿夏技术导航]提供的一切软件、教程和内容信息仅限用于学习和研究目的;不得将上述内容用于商业或者非法用途,否则,一切后果请用户自负。本站信息来自网络收集整理,版权争议与本站无关。您必须在下载后的24个小时之内,从您的电脑或手机中彻底删除上述内容。如果您喜欢该程序或内容,请支持正版,购买注册,得到更好的正版服务。我们非常重视版权问题,如有侵权请邮件[admin@lxwl520.com]与我们联系进行删除处理。敬请谅解!