View Full Version : see-through iframes..


purelypsycho
07-20-2003, 07:43 PM
okay I've been trying to sort this out for a couple hours now, and I don't want the background of my iframes fully transparent (I know how to do that) but only a bit transparent...if you get what I mean. An example is http://www.dorkstar.net/ and on there she has a tutorial saying how she did it but this code isn't actually working for me. Basically the iframe just turns out as white. I've searched the forums and I don't think anyone else has asked this exactly so...I hope u can help =0)

MaGiCSuN
07-20-2003, 08:04 PM
add this to your iframe:

AllowTransparency="true"

add this to all the pages that open INSIDE the iframe between the <head> and </head>

<style type="text/css"><!--
BODY {background-color: FFFFFF; filter: alpha(opacity=70)}
-->
</style>

probably because she forgot the <style></style> it didn't worked :)

Love,
Mirna

purelypsycho
07-20-2003, 09:41 PM
that's great thanks alot, lol can't believe that's all I had to do. Works fine now, thanks again