I\'m working on the navigation for this website and am having trouble with the dropdown nav.
Basically, I have overflow: hidden applied
overflow: hidden
Solution: Remove position:relative; rule from box with overflow:hidden; and set it to one of her parent boxes. Then absolute boxes in the box with overflow:hidden; will ignore this rule. Demo: http://jsfiddle.net/88fYK/5/
position:relative;
overflow:hidden;