i created a table when its viewed in firefox the table is placed on top of my logo.
webpage is fine in safari and google chrome. take a look:
www.usmanshakoor.co.uk
HTML code
Code:
<table id="table1" border="0" cellpadding="0" cellspacing="0">
<tr>
<td valign="bottom"><div id="title"><img src="Images/Homepage/title.png" alt=""/></div></td>
<td valign="bottom"><div id="navigation">
<a id="Home" href="index.html" title="homepage"><span>home</span></a>
<a id="Portfolio" href="portfolio.html" title="portfolio"><span>for sale</span></a>
<a id="About" href="about.html" title="about"><span>for rent</span></a>
<a id="Blog" href="blog.html" title="blog"><span>blog</span></a>
</div>
</td>
</tr>
</table>