TestingTestingTestingTesting
I\'m sorry for the horrible title.
Essentially, I have a containing div
which contains two div
s with position: relative;
and
overflow is the magic word.
You can use it both to get rid of that ugly clearing div, and to have the second div take up whatever space is left next to the float.
Also, the .content div:last-child
rule you have in your CSS applies to the empty clearing div instead of your second column, so it isn't actually doing anything.
Here's what it will look like (and the updated fiddle):
TestingTestingTestingTesting