Equal Height Columns with Cross-Browser CSS
- by Frank Michael Kraft
I want to have divs of the same height.
http://matthewjamestaylor.com/blog/equal-height-columns-cross-browser-css-no-hacks
does not work for be because my divs have a border, and the method described assumes, that they have not.
A jQuery solution I could not make work, because my divs resize late because of ajax and menu clicks and I can not find an event for this.