View Full Version : Transparent Iframe


ForevaLili327
02-09-2003, 06:58 PM
how would u put a image background? If it were transparent?? I'm soooo confused about Transparent I frames

ForevaLili327
02-09-2003, 07:37 PM
OMG it finally worked! Now i have another question...How can you align the I-frame?

Sheila
02-09-2003, 07:39 PM
see threads:
http://www.lissaexplains.com/forum/search.php?action=showresults&searchid=49709&sortby=lastpost&sortorder=descending

Andyman
02-12-2003, 08:54 PM
ok i've read through many transparent iframe posts, and it usually splicing the image and such, but i just want to know if its even possible to just make it so the iframe is completely see-through except for the text and images?

web_site
02-14-2003, 11:55 PM
add this tag to your iframe code: allowtransparency="true"



<iframe FRAMEBORDER="0" BORDER=0 width=#
height=# src="URL OF PAGE YOU WANT THE IFRAME TO START ON" name=IFRAME NAME style="position:absolute; left:#; top:#" scrolling=CHOICE allowtransparency="true"></iframe>