I'm trying to make this work in NS...
I have a table that takes up 100% of the viewable area (<table width="100%" height="100%">)
Inside that table there's a few sections...
Now, first things first...
In netscape (4 and 6) the height is majorly different from IE - does anyone know why this is and how to fix it?
Secondly - when I stretch the IFrame to fit the entire width (width="100%") it shows fine - when I use the height property (height="100%") I can see it fine in IE - but it suddenly dissapears in NS6
Anyone have any ideas for me?
Thanks
~Quack
I have a table that takes up 100% of the viewable area (<table width="100%" height="100%">)
Inside that table there's a few sections...
Code:
<table border="0" cellpadding="0" cellspacing="0" width="100%" height="100%">
<tr><td valign="top" width="100%" height="100%" bgcolor="#0000CC">
<a href="test.asp"><img src="images/logotop.gif" border="0" width="208" height="72"></a><br>
<table border="0" cellpadding="0" cellspacing="0" width="100%" height="100%">
<tr><td width="13">
<img src="images/spacer.gif" width="13" height="1">
</td><td valign="top">
<iframe src="text/about.htm" id="body_text" frameborder="0" width="100%"></iframe>
</td><td valign="top" width="140">
<!-- There is a menu here that I'll leave out of my post...-->
</td></tr>
</table>
</td><td valign="top" width="50%" bgcolor="#FFFFFF">
<img src="images/main.jpg" width="265" height="220"><br>
<img src="images/details.gif" width="265" height="100"><br>
</td></tr>
<tr><td valign="top" align="center" width="100%" height="113" colspan="2" bgcolor="#FFFFFF">
<img src="images/imagebar.gif" width="300" height="109"><br>
</td></tr>
</table>
In netscape (4 and 6) the height is majorly different from IE - does anyone know why this is and how to fix it?
Secondly - when I stretch the IFrame to fit the entire width (width="100%") it shows fine - when I use the height property (height="100%") I can see it fine in IE - but it suddenly dissapears in NS6
Anyone have any ideas for me?
Thanks
~Quack
Comment