How can I create a table of two columns, made by div's, where the row heights are not the same height. How can I do this with CSS for example?
This is wat I have:
XXXX YYYY
XXXX YYYY
YYYY
YYYY
YYYY
ZZZZ
ZZZZ
ZZZZ
And this is what I want:
XXXX YYYY
XXXX YYYY
YYYY
ZZZZ YYYY
ZZZZ YYYY
ZZZZ
The X,Y and Z are divs with information. So div Z must be not in-line with the second column.
Maybe a simple question but I don't know how todo this. Thank you.