|
Ok - These are the solutions I have come up with:
Opacity Function:
<iframe style="filter: progid: DXImageTransform.Microsoft.Alpha(opacity=75);" src="filename.htm" width="500" height="300"></iframe>
Note: There are no spaces after the ':' on both counts... just that emoticons appear other wise.
The other disadvantage is that it ONLY works in Internet Explorer and it will make any scroll bars appear opaque as well...
Complete Transprancy:
<iframe src="filename.htm" allowtransparency="true" background-color="transparent" > </iframe>
If I find something that works better or also works in Firefox I will let you know...
Last edited by ZenElements : 24th November 2005 at 02:34 PM.
Reason: Small error in the code...
|