View Full Version : menu not lining up
Messiah62
09 Jul 2008, 12:13 AM
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, 02: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 {...............
Powered by vBulletin® Version 4.2.0 Copyright © 2024 vBulletin Solutions, Inc. All rights reserved.