PDA

View Full Version : css layout in mozilla problem


kattie
07-01-2005, 12:55 AM
my site looks fine in explorer but when i look at it in mozilla the navigation is down too far from some reason? see attached screenshot(the top part is mozilla). ive no idea why this is happening

heres my code and css. fairly straight forward. anyone any ideas what could be pushing my nav down in mozilla? ive validated my code so all my divs are safe.

thanks chaps..


<div id="topbarwhite">
<center><div id="navigation">
<p><a href="homeandpersonal.html">Home and Personal</a> <font color="#7DAFF3">|</font>
<a href="homeandpersonal.html">Business and Enterprise</a></p>
</div></center>

<div id="address" align="right">
<div >
Dublin, Ireland<br>
Phone: 006 30303030 <br>
Email: brendan@gmail.com
</div>
</div>
</div> <!-- close topbarwhite-->


#topbarwhite{
background: url(images/white_banner.gif) no-repeat top left;
height: 79px;
width: 756px;
margin: 0px;
border: 0px;
}

#navigation{
border: 5px solid WHITE;
width: 400px;
}

#address{
float: right;
margin: 10px;
width: 200px;
font-family: verdana, arial, helvetica, sans-serif;
font-size: 8px;
font-weight: bold;
color: #4473A4;
}

_Aerospace_Eng_
07-01-2005, 12:59 AM
Sighs stick to your original posts please. If you did you would know that your question has been answered and is likely the correct answer. http://www.codingforums.com/showthread.php?t=62503

kattie
07-01-2005, 03:53 PM
eek. sorry. i searched for my name but couldnt find my old thread. thanks for this..