Ok so getting equal div heights is turning out to be quite a process. There appears to be a number of ways to do it. I would like to use CSS, and since I am pretty lousy at it, I was hoping someone could give me a hand.
Here is my basic layout. http://jsfiddle.net/SineMetu/nWXyu/1/
(Sorry for the massive background gradients in the css)
I would like all the divs to be the height of the tallest div. I need it to be able to change heights dynamically (fluidly) as the page is re-sized. So essentially all the divs on the page will adjust to the tallest div as it is re-sized.
What is the best way to do this?