PHP字符串函數soundex()的用法
720
2023-12-12
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]與我們聯系進行刪除處理。敬請諒解!