Skip to content Skip to sidebar Skip to footer

How To Make 2 Horizontal Divs The Same Height

I have a div containing 2 other divs.

Solution 1:

I am not sure if it is still the current practice, because I am out of the web development for a while, but I remember it used to be done this way http://wellstyled.com/css-2col-fluid-layout.html


Solution 2:

you will have to use javascript

on your ajax complete event calculate the height of both the divs and give them the height accordingly


Post a Comment for "How To Make 2 Horizontal Divs The Same Height"