Can you make two divs have equal height without
1) margin hacks because then I can't have a border :
margin-bottom : -500px;
padding-bottom : 500px;
2) Javascript because then there is flicker on the page for non-cached users.
3) Fixed height because then I can't add more content dynamically.
It is for this page http://www.stdicon.com/ for the two divs in the middle (which are currently sized in JS, but I'd prefer a pure CSS solution)