Ok i've just started making a simple Nav Bar i HTML. Using an IMG then a table making up one image. Site works fine in IE6 and NS 7, but in IE 5 mysterous gaps appear at either side of the image.
Table has no border, padding etc, neithre does img.
Searched Forum and tried several things including: removing DOCTYPE, removing whitespaces in html, img overflow hidden etc. Is it something to do with the align? Or am I missing something obvious?
Heres the code:
<img src="images/web/logo.gif" height="194" width="226" align="left"><table width="100%" height="193" border="0" cellspacing="0" cellpadding="0" align="left">
<tr>
<td height="1"><img src="images/web/black.gif" height="1" width="100%"></td>
</tr>
<tr>
<td width="60%" height="16" background="images/web/small_orange.gif"></td>
</tr>
<tr>
<td height="1"><img src="images/web/black.gif" height="1" width="100%"></td>
</tr>
<tr>
<td height="125" background="images/web/blue.jpg">
<img src="images/web/spacer.gif" width="1" height="34">
<img src="images/web/logotxt.gif" width="326" height="49" align="left"> </td>
</tr>
<tr>
<td height="1"><img src="images/web/black.gif" height="1" width="100%"></td>
</tr>
<tr>
<td height="49" background="images/web/orange.gif"></td>
</tr>
<tr>
<td height="1"><img src="images/web/black.gif" height="1" width="100%"></td>
</tr>
</table>
Please help me, Many Thanks




Bookmarks