Transparent IFRAMES ?

windows

Guest
Is there a way to make transparent IFrames/Floating frames??<br />
<br />
I've got a table with two cells, one for the menu, and one for the content.<br />
The 'content-cell' contains a floating frame, so that i can load other HTML-pages into it.<br />
The table has got a background-image covering the top.<br />
<br />
The problem is that the floating frame overlaps the background.<br />
I'd like to have the text "upon" the background image, and also be able to load the text from a external HTML-file.<br />
-You see?<br />
<br />
I hope someone can help me out here!<br />
(I'm sure there's a lot of ways to do things though...)<!--content-->i only know of one way and it only works in ie5.5+ and nn6<br />
<br />
put into the iframe source code:<br />
<br />
<style type="text/css"><br />
body {background-color: transparent}<br />
</style><br />
<br />
and then:<br />
<br />
<iframe name="name" src=http://www.htmlforums.com/archive/index.php/"foo.html" allowtransparency="true" ><br />
</iframe><br />
<br />
<br />
welcome to the forums by the way :D<!--content-->
 
Back
Top