How do I keep two side-by-side divs the same height?
How do I keep two side-by-side divs the same height? I have two divs side by side. I'd like the height of them to be the same, and stay the same if one of them resizes. I can't figure this one out though. Ideas? To clarify my confusing question, I'd like both boxes to always be the same size, so if one grows because text is placed into it, the other one should grow to match the height. Some content! Some content! Some content! Some content! Some content! Some content! </div> How did you put them "side by side"? Using float ? – MvanGeest Jun 8 '10 at 13:41 float Do you want that if one of them is getting bigger, than the other one will stay the same height size? – Wai Wong Jun 8 '...
