IE5.5開始支援浮動框架的內容透明。如果想要為浮動框架定義透明內容,則必須滿足下列條件。
1.與 iframe 元素一起使用的 allowTransparency 標籤屬性必須設為 true。
2.在iframe 內容來源文檔,background-color 或body 元素的bgColor 標籤屬性必須設定為transparent
當然前提是iframe頁面中沒有設定顏色.
在上面我們主要是看到了style中的一句代碼style="background-color=transparent" 透過以下四種IFRAME的寫法我想大概你對iframe背景透明效果的實現方法應該會有個清晰的了解:
現在我們來看一個實例
本範例主要是iframe物件的allowTransparency屬性應用,在該屬性設為true且iframe所載加頁的背景顏色設定為transparent(透明)時iframe將透明化。
allowTransparency設定或取得物件是否可為透明。
bgColor 設定或取得物件的背景顏色
父親頁