Here is what I'm trying to do.
I have two columns. Let's call them col1 and col2. I want it so that if the height of col2 increases, the height of col1 will increase accordingly to the same height. How can I achieve this?
I know that I can do it using tables, but I'm looking for a css-based solutions.