My current issue involves a series of divs that contain varying amounts of content. These divs are floated left and I am striving to align them seamlessly without any vertical space between them (except for the 10px margin that I have included).
You can view an example on jsFiddle.
This situation is somewhat similar to this question, although I had difficulty following the suggestions provided.
Firstly, I would like to know if achieving this alignment is possible through CSS or jQuery. If you have a solution, please kindly explain it to me.
Thank you.
Si-Fi