SteveMT Posted April 6, 2009 Share Posted April 6, 2009 Hi, I'm just starting on a new site and I can't seem to get the menu to align how I want it: http://smtdesigns.co.uk/zone3/ Obviously it needs to be over to the left and with no black gaps between the menu, the head and the content area. css file: http://smtdesigns.co.uk/zone3/zone3.css I assume it's something simple but couldn't figure it out, maybe the top and bottom part of the menu should have seperate containers/divs or something. Hope you guys can help and maybe give me advice on my general setup with the divs and alignment as it seems there's several ways of doing things but not sure which is best. Quote Link to comment Share on other sites More sharing options...
wildteen88 Posted April 6, 2009 Share Posted April 6, 2009 You need to remove the margins/padding for your ul tag (#mainMenuTop) within your CSS. #MainMenuTop { width:900px; height:27px; margin:0; padding:0; } Quote Link to comment Share on other sites More sharing options...
SteveMT Posted April 7, 2009 Author Share Posted April 7, 2009 Removing that had no effect Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.