Side by Side Divs with Same Height

How can I put the height side by side div?

When I change the width of the browser, sometimes the left div becomes higher or shorter than the left.

I want the left or right div to automatically increase so that it becomes different at the same height.

Setting up a table-mapping table is the best solution for this?

Take a look at the image of the page I want to develop. http://i.imgur.com/BhvV2.png


I solved the problem using display = table-row, table and table-cell. I added one div for the table. Now it's great! Take a look.

http://jsfiddle.net/tcWCC/47/

+3
source share
4 answers

, display = table-row, table table-cell. div . ! .

http://jsfiddle.net/tcWCC/47/

+3
0

I think you cannot do this without using the html table.

-4
source

All Articles