If have a list of lists. Sublist are floated left. See http://jsfiddle.net/P4Psf/
Is there a way to force these columns to be the same height as their neighbors (i.e. have Element 1, 2 and 3 equal height, then 4, 5, 6 equal height (but of course different from 1,2,3) etc. etc.)?
At the moment 7 and 8 put themselves below 5 and 6, where they actually should be below 4 and 5.
I of course could do this using javascript, but I'm hoping that there is a pure CSS solution that works in (at least) the modern browsers?!