View Full Version : I have figured out how to make iframe backgrounds transparent with solid text


Kodi
05-22-2003, 03:06 PM
Its taken me a total of 48 hours but I got it....

In the head (on the page I wanted to be viewed in the iframe) I put

<style type="text/css">
Body
{
background-color: transparent;
}
</style>


If you put filter: alpha(opacity=80); in there it automatically makes the text and images transparent too.

and then in the iframe i simply put allowtransparency="true"

I hope that might help somebody and if it doesn't it helped to get it off my chest :)

Elentari
05-22-2003, 10:56 PM
If you had searched on here first you would have saved yourself at least 47 hours and 45 minutes worth of work. =) That question has been answered tons of times on here before hun =)

Kodi
05-22-2003, 11:35 PM
aye, I know... but everything they said didn't work for me.

MoNdEe
05-24-2003, 03:07 AM
Erm. *blinks* I don't know.. how to do that. =\ It won't work.

AllieBallet4EVR
05-24-2003, 03:10 AM
Yeah,on my old layout for the iframes, i just put <iframe blah blah ALLOWTRANSPARENCY> and then on the other page the backrgound was : <body bgcolor="transparent">