Empty DIV with 'overflow: hidden' gains height in strict mode
Affects: IE 7 beta 2 preview (March 20th), IE 7.0 Final (confirmation)
In IE 7.0, an empty DIV with no height specified gains height when the CSS property 'overflow' is set to anything other than 'visible' and the document
is in strict mode. The DIV below should show no white space between the top and bottom borders but IE 7.0 shows white space.
WORKAROUND: Specify 'height: 0px', or don't use 'overflow: hidden'.