I am trying to make a simple two column layout but it seems harder than I thought..
It needs to have:
- A fixed width 300px left column
- A right column which fills up the
rest of the page – whatever the
window size - Both column divs must touch the
bottom of the page
The bit I had trouble with was the third bullet point, if I used floats then the right column would always wrap under the left column and I couldn’t get them both to be flush against the bottom of the page!
And I thought I needed to float the left column as setting the right to 100%-300px is impossible.
Any ideas? Thanks!
Try this – tested from IE6+ on and works.