View Full Version : Transparent Iframe


Andyman
02-09-2003, 01:14 PM
How do I make my iframe see-through, so that people will see the background under it? I've tried putting it over a background with an image layout, and also put a allowtransparency="true" tag into the iframe code, but they haven't worked. I'd appreciate any help, thanks.

cut2deep
02-09-2003, 01:33 PM
Put this in your iframe code:
allowtransparency="true"


And remember to put this in the page that is displayed in the iframe:
<body style="background-color:transparent">

It works for me.