KevinFunk
09-15-2011, 05:07 AM
I'm trying to include an iframe in my html/css, but running into a problem with the height.
The containing div (#mlsContent) is not stretching vertically even though the css has the height set to 100%. It also doesn't seem to recognize a min-height, but functions properly to a defined pixel value.
I thought that the problem might be from float collapsing, but even when i include a div at the end with clear:both; it doesn't expand the containing div to fill the height of the iframe.
Is this an issue specific to the iframe, or do i just not understand css layout fully?
kevin-funk.com/wcb/mlssearch.html
The containing div (#mlsContent) is not stretching vertically even though the css has the height set to 100%. It also doesn't seem to recognize a min-height, but functions properly to a defined pixel value.
I thought that the problem might be from float collapsing, but even when i include a div at the end with clear:both; it doesn't expand the containing div to fill the height of the iframe.
Is this an issue specific to the iframe, or do i just not understand css layout fully?
kevin-funk.com/wcb/mlssearch.html