God, I hate Internet Explorer...
So I'm coding a new template for my site, and I get this big ugly senseless gap in my banner on IE but not in FF. I can't see any possible reason why this is happening, so can someone take a looksy and tell me what I'm doing wrong here?
I'm only going to post the part of the code relevant to the problem:
Code:
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" bgcolor="#6f6f6f">
<table border="0" cellspacing="0" cellpadding="0" width="900px" bgcolor="#333131" align="center">
<tr>
<td>
<table border="0" cellspacing="0" cellpadding="0" width="900px">
<tr>
<td colspan="7" width="900px" height="190px">
<a href="index.php"><img src="images/banner_top.gif" width="900px" height="190px" border="0" /></a>
</td>
</tr>
<tr>
<td>
<a href="index.php"><img src="images/nav_home.gif" width="125px" height="32px" border="0" /></a>
</td>
<td>
<a href="forums/index.php"><img src="images/nav_forum.gif" width="129px" height="32px" border="0" /></a>
</td>
<td>
<a href="files.php"><img src="images/nav_files.gif" width="105px" height="32px" border="0" /></a>
</td>
<td>
<img src="images/banner_bottom.gif" width="163px" height="32px" />
</td>
<td>
<a href="roster.php"><img src="images/nav_roster.gif" width="120px" height="32px" border="0" /></a>
</td>
<td>
<a href="record.php"><img src="images/nav_record.gif" width="129px" height="32px" border="0" /></a>
</td>
<td>
<a href="join.php"><img src="images/nav_join.gif" width="129px" height="32px" border="0" /></a>
</td>
</tr>
<tr>
<td colspan="7"><img src="images/nav_spacer.gif" width="900px" height="5px" /></td>
</tr>
</table>
</td>
</tr>
Now, if you go to my site: www.s4g-clan.com/index.php with Firefox, it's fine. But with IE, it puts two gaps in the banner around the nav buttons.
Hopefully someone can help, thanks.
|