Iframe question

L

LinaK

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
 
G

Greg N.

LinaK said:
Is it possible to make it, so that the iframe will 'look' transparent
and show the background image from the bigger table?

there is an "allowtransparency=yes" parameter for the iframe element.
 
L

LinaK

there is an "allowtransparency=yes" parameter for the iframe element.

I already tried that, but it don't work... unless I have to do
something else too.

Lina
 
D

David Dorward

there is an "allowtransparency=yes" parameter for the iframe element.

Not in HTML. It must be a proprietary extension of some sort, what supports
it?
 
P

Peterken

LinaK said:
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" ...... >
 
L

LinaK

Thanks everyone - I figured it out... it was one of those typo's that
sneak up on you, when you aren't looking... *blushing*

Lina
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,431
Messages
2,571,679
Members
48,796
Latest member
Greg L.

Latest Threads

Top