Not logged in - Login

Transparent background on an IFrame

To make an IFrame with a transparent background, set the allowautotransparency attribute as follows:

<iframe src="iframesource.html" allowautotransparency="true"
   scrolling="no" width="600" height="300" frameborder="0">
</iframe>

Remember to set the background of the iframesource.html page to be transparent as well.