View Full Version : iframe problem


robburne
08-11-2005, 10:24 PM
Hi,

I am having some issues with an iframe.

The frame itself works fine it is just the other layout table that is also part of the page, it refuse to display unless the top of the other table is above the top of the i-frame. It sounds like nonsense but it is true:

You can see the example here, i have stripped the code down to bare basics so you can see easily if I am making an obvious error.

http://www.plastikibiza.com/index1.htm

A second table with text reading 'test' should appear to the right and below the iframe.

Any feedback would be appreciated, I don't know what else to try.

Thanks,

Rob.

Faerie-Dust
08-11-2005, 11:22 PM
Make the frame bigger in height and width. Example: <iframe frameborder="0" width="190" height="400" src="left.htm" name="nav" allowtransparency="true" scrolling=no style="position: absolute; bottom: 20; right: 817;></iframe>

im not sure if that was what you meant though.

robburne
08-12-2005, 12:07 PM
I left the close iframe tag out! Many thanks, so it was something completely obvious that I oversaw.

Thanks for helping me see the light through the woods, or however the expression goes! I was working on this one late last night and fatigue was a factor!

Rob.