I have a bunch of divs floated left, lined up in columns with different heights. They dont create a
Posted
by Roeland
on Stack Overflow
See other posts from Stack Overflow
or by Roeland
Published on 2010-03-29T19:21:57Z
Indexed on
2010/03/29
19:23 UTC
Read the original article
Hit count: 316
Hey guys, I am trying to create a grid like system with div's with content floated left. The problem is that the height of each div is not static since the content is different in each one. Since the height is different.. things get outta whack if one is taller then another in one row.
Is there some sort of css way or js (prefer javascript) way to get around this. I really want to avoid setting large heights on the divs to get them to line up.
You can see the example here: http://www.foreclosurejournalinc.com/index.php?option=com_hotproperty&view=type&id=1
© Stack Overflow or respective owner