Using Height as Min-Height in IE6

3
5
0

p
x

This is div ID #min-height, it has a min-height of 350px set on it for modern browsers.

IE6 will treat height as min-height due to it's "Expanding Box Bug". Simply use height with overflow:visible to acheive min-height in IE6.

Hover here to expand div

This is a floated div that is contained within it's parent using the overflow property.

Hover here to expand div