PDA

View Full Version : menu not lining up



Messiah62
08 Jul 2008, 11:13 PM
http://www.myuberdesign.com/test/

another browser problem, IE shows the menu lined up correctly, but firefox and safari are showing it dropped down some, anyone got any ideas.

Wickham
09 Jul 2008, 01:58 AM
It's because you have your image buttons inside ul and li tags and unfortunately browsers give ul tags different top and side (indents) margins.

Luckily the cure was simple, add margin-top: 0; in the stylesheet:-

/* ----------------------------- start #nav ----------------------------- */
#nav { margin-top: 0; }
#nav img {...............