min-height with absolute positioning
问题 I have an area on my page #topLeft which has a minimum height set to it. Within #topLeft I have a section #heroBanners that I wish to anchor to the bottom of #topLeft - using position:absolute; bottom:0; At first this works fine, however when #topLeft should expand it is not and the heroBanner section simply overlaps the content above it. I am assuming the problem is called by mixing a min-height with absolute positioned content? Any ideas how to get round this, code below: <div id="topLeft">