Ok am learning to design a site and have this one here but it looks ok in IE, but there is white space under the logo on firefox how do i sort this in firefox.
If it doesnt work try placing borders around the Div
so that you can know what is expanding/overlapping
u can remove the borders after you fix the code.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.O Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html><head><title>Marine Fish</title>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<link rel="stylesheet" type="text/css" href="index_files/style.css"></head><body>
<div class="container">
<div class="logo"><img src="index_files/logo.jpg" height="90" alt="logo" width="100%"></div>
<div class="header">
<ul>
<li><a href="#">Home</a></li>
<li><a href="#">News</a></li>
<li><a href="#">Marine Life</a></li>
<li><a href="#">Gallery</a></li>
<li><a href="#">Contact Us</a></li>
<li><a href="#">Links</a></li>
</ul>
</div>
<div class="left"><h3 class="red">Latest News</h3>
<p>New Site will be added lots more soon.</p>
<p>Will be adding images of my tank soon.</p>
<p>Please vist a very good forum at www.marineifshuk.co.uk</p>
</div>
<border="1"></border="1"><div class="content">
<h2 class="header">Photo Of The Month</h2>
<p>We
will display a photo here that we think is worth our photo of the
month. Your image does not have to be the most beautiful tank but
something that stands out.</p>
<p class="small"><img src="index_files/crabsmall.jpg" alt="crabs fighting"><br>Crabs Fighting</p>
<p>If you think you have a photo of the month please send it to us by email.</p>
</div>
<div class="footer">Copyright 2006 by Marine Fish Designed by Robert Nelson.</div>
</div>
</body></html>