Posted by Peterken on 12/05/05 22:54
"LinaK" <noneofyourbeeswax@nowhere.com> wrote in message
news:hjr8p1tl8htg0tkbsug1h1cn8bj4gijh4a@4ax.com...
> First of all, I am not sure if this can be done.. but I think I
> remember something about it, I just can't find it again.
>
> Here's what I want to do:
>
> I have a table which has a background image to serve as a layout.
> In one of the cells, there's going to be an iframe for the other
> pages.
> Is it possible to make it, so that the iframe will 'look' transparent
> and show the background image from the bigger table?
>
>
> Lina
In the "by-iframe-called page" (the one showing in the iframe) set
<body style="background-color:transparent" ...... >
In the code of the iframe itself set
<iframe allowtransparency="true" ...... >
[Back to original message]
|