Forum Moderators: not2easy
I understand that the floats are removed from the document flow, but was hoping that {clear: both + margin-top: 2em;} would do the trick. The better browsers aren't buying it:)
My solution is probably not a good choice, so I need a better one. I have been adding
<p style="clear: both; height: 1em;"></p> between the floats and the next element. This solves my problem. What would less clumsy?
Do I put the floated columns in their own box? There isn't a pixel to spare.