My unordered list is floating left and has a CSS hover menu, but it's not properly clearing the next unordered list below it. I've attempted to use clear: both without success. Any other suggestions?
I also tried using overflow auto on the div tag, but this resulted in unwanted scrollbars appearing.
You can view the issue at the following URL:
I was able to resolve the problem by using clearfix:after. Is this a reliable solution?
Here is an example of the CSS code being used for the navigation: