My website i(www.robbiekhan.co.uk) s built around one iframe in the main table and all galleries are loaded in an iFrame. Version 1 of my site works fine this way as I load new images in a new sized window in accordance with the images dimensions but v2 which I have been working on for a few weeks now is near completion barring one issue.
In IE the iFrame works fine (
) but when loaded in Firefox the iFrame is squashed vertically.
I have the table set to a height os 85% of the window and the width set fixed to a set size.
The iFrame is set to 100% of the table height and the width is the same fixed length as the table width.
Here's the code I am using for the table/iframe and below are also screens of the issue I am seeing:
In IE:
In FF:
Any help on how to resolve this issue would be awesome!
In IE the iFrame works fine (

I have the table set to a height os 85% of the window and the width set fixed to a set size.
The iFrame is set to 100% of the table height and the width is the same fixed length as the table width.
Here's the code I am using for the table/iframe and below are also screens of the issue I am seeing:
Code:
<table border="1" style="border-collapse: collapse" width="898" cellspacing="1" bordercolor="#333333" id="table2" bgcolor="#171717" height="85%">
<tr>
<td>
<p align="center">
<iframe name="I1" src="index_frame.htm" height="100%" width="898" align="center" border="0" frameborder="0">
Your browser does not support inline frames or is currently configured not to display inline frames.
</iframe></td>
</tr>
</table>
In IE:

In FF:

Any help on how to resolve this issue would be awesome!