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;
}
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;
}