I've been working on creating a CSS menu and here's what I have accomplished so far:
Check out my code on Js Fiddle
However, I'm encountering an issue where the menu items overlap when the browser width is decreased. You can see the problem in action here:
Link to updated Js Fiddle Code
Any suggestions on how to ensure that the items are displayed on the next line instead of overlapping?