I want a div to enclose two other divs, one to the left hand side, and one to the extreme right.
I've tried doing it with css float, but it doesn't work.
I've attached a file to show how it should work.
The first example uses float, but the containing div defaults to the minimum height possible, as if it doesn't contain the divs.
The second is basic, and just shows div's default behaviour.
The third shows what I am trying to achieve, but done with tables.
Note: It doesn't matter how wide the divs become, as long as their contents is to the extreme left and right of the containing div.