Possible Duplicate:
How to make floating inner divs the same height as the highest div
I have a variable amount of DIVs with variable content (the content is pulled in via api). They are all float: left
. You can find an example here: http://playgrounds.affiliate-howto.de/
As you see, if the description in one DIV is shorter than the other ones, the design is broken.
I'd prefer to fix this with CSS but couldn't find a solution. If there is none, JS is also okay...