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.
Last modified by Mohit @ 4/4/2025 9:00:55 PM