Now, i'm currently designing and coding a design, i've up come with a little error here's the image:
http://i39.tinypic.com/13yhy6v.png
Here's the code for that whole area, basically i want to get rid of that little box between both tables (middle part).
It looks fine on FF but on IE it's a little white gap.
Any ideas of what it might be? Cheers.
http://i39.tinypic.com/13yhy6v.png
Here's the code for that whole area, basically i want to get rid of that little box between both tables (middle part).
Code:
<table width="800" border="0" cellspacing="0" cellpadding="0" style="border-collapse: collapse" bordercolor=" 111111">
<tr bgcolor="#c7c7c7"><td width="800" height="64" background="images/bg1.png" bgcolor="#c7c7c7"><div align="center"><img src="images/home.png" srcover="images/homeroll.png" />
<img src="images/info.png" srcover="images/inforoll.png" /><img src="images/media.png" srcover="images/mediaroll.png" /><img src="images/site.png" srcover="images/siteroll.png" /><img src="images/forum.png" srcover="images/forumroll.png" /></div></td>
</tr>
</table>
<table width="800" border="0" cellspacing="0" cellpadding="0" style="border-collapse: collapse" bordercolor=" 111111"><tr bordercolor="#000000" bgcolor="#616161"><td width="800" bgcolor="#777777"><table width="800" border="0" cellspacing="0" cellpadding="0" style="border-collapse: collapse" bordercolor=" 111111">
<tr bordercolor="#000000" bgcolor="#888888"> </tr>
<tr bordercolor="#000000" bgcolor="#BBBBBB"></tr>
<tr bordercolor="#000000" bgcolor="#616161"> </tr>
<tr bordercolor="#000000" bgcolor="#616161">
<td bgcolor="#777777"><p> </p>
<?php
if($page) include("$page.html");
else include("home.html");
?></td>
</tr>
<tr bordercolor="#000000" bgcolor="#616161">
<td width="800" bgcolor="#777777"><p align="center"> </p></td>
</tr>
</table></td>
</tr>
</table>
It looks fine on FF but on IE it's a little white gap.
Any ideas of what it might be? Cheers.







