Equal Height Columns with Pure CSS
I discovered a method for achieving equal height columns that I can’t help but share. This technique involves the use of position: absolute with top and bottom set to zero. What makes this method unique is that it allows you to have equal height columns inside of a container, regardless of the height or position of the container.
I setup a demo on jsfiddle: http://jsfiddle.net/clintmckoy/C6z6M/

