PDA

View Full Version : Matching end-point for Auto height DIVs




sbryan
Aug 9, 2009, 02:43 PM
Basically I have two DIVs: left_side and right_side followed by the footer.

They form a content pane.

I need the right_side to end at the same horizontal height of left_side. Can this be done with CSS? Javascript?

Thanks for your help,
SB



angelwatt
Aug 9, 2009, 02:54 PM
You're essentially wanting equal height columns. There are a number of tutorials on this such as this one (http://www.ejeliot.com/blog/61). Use Google and search for "css equal height columns" and you'll find a lot.

sbryan
Aug 9, 2009, 11:05 PM
You're essentially wanting equal height columns. There are a number of tutorials on this such as this one (http://www.ejeliot.com/blog/61). Use Google and search for "css equal height columns" and you'll find a lot.

Sweet! Your info kick-started my thinking and it works after a few modifications.

Thanks so much for your help.