Overflow issues in ie7 and below →
Helpful bit about overflow issues in ie7 & below. Basically if you have a container with an overflow property with a child element that is relatively positioned, the overflow property becomes useless and behaves as “visible” or fixed (it doesn’t react). The solution is to give the parent a “position:relative” rule, and hope that that doesn’t affect your layout.
More info from Snook.ca.