明輝手游網中心:是一個免費提供流行視頻軟件教程、在線學習分享的學習平臺!

html中對于iframe的allowTransparency屬性的詳細說明

[摘要]IE5.5開始支持浮動框架的內容透明。如果想要為浮動框架定義透明內容,則必須滿足下列條件。1.與 iframe 元素一起使用的 allowTransparency 標簽屬性必須設置為 true。2.在 iframe 內容源文檔,background-color 或 body 元素的 bgColor...
IE5.5開始支持浮動框架的內容透明。如果想要為浮動框架定義透明內容,則必須滿足下列條件。
1.與 iframe 元素一起使用的 allowTransparency 標簽屬性必須設置為 true。
2.在 iframe 內容源文檔,background-color 或 body 元素的 bgColor 標簽屬性必須設置為 transparent。
具體步驟: 1. 包含框架頁的代碼。

<body bgColor="#eeeeee">
<iframe allowTransparency="true" src="transparent.htm">
</iframe>

2.transparent.htm頁的代碼。

<body bgColor="transparent">



特別說明
本例主要是iframe對象的allowTransparency屬性應用,在該屬性設置為true并且iframe所載加頁的背景顏色設置為transparent(透明)時iframe將透明化。
allowTransparency設置或獲取對象是否可為透明。

bgColor 設置或獲取對象的背景顏色。

以上就是html中關于iframe的allowTransparency屬性的詳解的詳細內容,更多請關注php中文網其它相關文章!


網站建設是一個廣義的術語,涵蓋了許多不同的技能和學科中所使用的生產和維護的網站。