Thread: bit of help
View Single Post
Old 24th November 2005, 02:30 PM   #4 (permalink)
ZenElements
Registered User
 
Join Date: Nov 2005
Location: Scotland | Dundee
Posts: 118
ZenElements is making themselves knownZenElements is making themselves knownZenElements is making themselves known
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...
ZenElements is offline   Reply With Quote