Trying to achieve this with relative/absolute positioning and floating
Col1 Col2
------------------------------------------------------------
- H1 Content aligned to top - Some Content -
- - -
- - -
- - -
- - -
- - -
- - -
- Some other content aligned to bot - -
------------------------------------------------------------
Col2 drives the height of Col1
I either don’t get the height in col1 or col2 ends up overlapping Col1 when i use absolute pos on the items within Col1
Any help?
Thanks
Best solution I have is with a fixed-height container:
sort of works although I’d hoped not to specify a height – here it is working (see the “What’s happening” section): AgileApps