transparent iframe?

Is it possible to make an iframe transparent?

ManOfTeal.COM a Proud UNA site, six years running strong!
Quote · 14 Dec 2011
1. Add allowtransparency:
allowtransparency="true"
Example:
<iframe name="info" src="main.html"  allowtransparency="true">
// some code for browsers who are not able to view the <iframe> tag
</iframe>
2. you have to put the transparency to the pages that should load into the <iframe>, with CSS like this:
<style type="text/css">
<!-- BODY {background:none transparent;}-->
</style>
sup
Quote · 14 Dec 2011

Thank You!

ManOfTeal.COM a Proud UNA site, six years running strong!
Quote · 14 Dec 2011
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.