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 :)
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 :)