I believe that's because you have this construction:
Quote:
<a href="http://www.sythix.co.uk/working/index.html">
<img id="home" height="26" alt="" src="Sythix%20Web%20%20Aaron%20Thomas_files/sythix_06.gif"
width="80" border="0" name="home"></a>
|
and maybe FF has a problem with the
margin attribute, I'm not sure though...
I suggest you can try this structure:
Quote:
<ul>
<li><a href="#">Home</a></li>
</ul>
|
and set the background image to the
li itself and a
padding-left of 5px maybe.