I need a wordpress single-post presentation to work like this:
[top_section] (half the leftover space)
[middle_section] (height set by content, that is an image; no padding/margin)
[bottom_section] (half the leftover space)
The content in the top and bottom sections shouldn't overflow.
Examples (different browser window height):
Any ideas? Using div's and setting absolute position doesn't work because of the fluid height of the middle section. Using a table with three 's and height:auto or 50% on the top and bottom doesn't work...