Posted by rf on 10/10/05 04:07
KiwiBrian wrote:
> I am having a problem getting IE6 and FireFox 1.07 to display a page in the
> same way.
> If anyone has the time to look the the page is:-
> http://www.hibiscuslink.co.nz/Oxfam/aboutox.html
> All the CSS is embedded for convenience.
> The discrepancy between the two browsers that I have been unable to
> eliminate is the vertical spacing between the navbar and the text "About
> Oxfam New Zealand" below the navbar.
> While it is not a critical issue in this case, I feel that there is probably
> an important lesson to be learned here.
Switch on borders for all elements:
* {border: solid 1px green;}
and you will see which elements are causing the space and which
margin/padding properties you should tweak to remove the space.
I'm suspicious of that margin: 0,auto.
BTW when I ignore your font-size: 14px (which is two pixels below my
preferred and minimum font size of 16px) your navigation wraps onto two
lines.
--
Cheers
Richard.
Navigation:
[Reply to this message]
|