javascript IFRAME allowTransparency
| allowTransparency | NN n/a IE 6 DOM n/a |
| Read/Write | |
|
Specifies whether the iframe background can be transparent. For the background of the main document to show through both the iframe and its document, the document's background-color style attribute must be set to transparent. |
|
| Example | |
document.getElementById("myIframe").allowTransparency = true;
|
|
| Value | |
Boolean value: true | false. |
|
| Default | |
false |
|
Previous: javascript IFRAME border
Next: javascript IFRAME align
941,Nickname,Homepage or email,Comments here,Add comment
