When I have an element with 100% width & height and 10px padding then this element takes 100% of its parent AND 10px around it.
I know it is logical for divs, spans, but in my opinion going off of the parent elements is rather irritating when it comes to links, buttons etc.
I've created this menu yesterday, try to hover links in sub-menu too see what's wrong:
overflow: hidden would do the thing, but it hides 3rd level menus as well:
(hover Features > Feature #5 in both examples to see the difference)
I don't want to add nbsps; etc.
Any simple solution?
