Overlapping two divs and 'clearing' their parent div
问题 My CSS-fu is letting me down here: What I'd like to do is position two child divs (with variable heights) to be overlapping. Using: position: absolute; top: 0px; left: 0px; is the only way I know how, with the parent set to position: relative . The problem with this is that the child divs are taken out of the layout as per the CSS spec, shrinking the parent div to height: 0px, so that I can't clear that div and put any content below. My amazing ASCII art below details what I'm going for...