I'm working on a website and the navigation is messed up. Natures Nutrients |. Can someone help a brotha out with what is messed up? I know its the padding or margin or something.
Looks okay in FF and IE, in Chrome the last menu item is on second line. What you need to do is (there are more ways, but this is what I do):
1. put brown background color to the "#nav" div
2. put a clearfix after the UL inside the #nav div, OR, set a fixed height to the #nav div (not really a good thing to do0
That should do the trick.
I want the brown color to go all the way to the end
Looks okay in FF and IE, in Chrome the last menu item is on second line. What you need to do is (there are more ways, but this is what I do):
1. put brown background color to the "#nav" div
2. put a clearfix after the UL inside the #nav div, OR, set a fixed height to the #nav div (not really a good thing to do0
That should do the trick.
Suggesting increasing width of the #nav element is pointless - the width of a "div" element is in default 100% of the parent element.