Defining minimum available height before floating divs?
问题 I arrange multiple boxes (divs) in two columns using float:left for all of them. The divs have different heights, resulting in a layout like this: AAA BBB AAA BBB AAA AAA CCC CCC CCC CCC But I want to define a minimal height (minimum available space), when a box must float in the left column. I want a result similar to this: AAA BBB AAA BBB AAA AAA CCC CCC CCC CCC I suppose that is not possible ... but however maybe there is a css trick? Thanks, Konrad 回答1: Use a floated element above a