Equal Height Columns with Cross-Browser CSS
        Posted  
        
            by Frank Michael Kraft
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Frank Michael Kraft
        
        
        
        Published on 2010-05-12T10:29:56Z
        Indexed on 
            2010/05/12
            10:34 UTC
        
        
        Read the original article
        Hit count: 241
        
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.
© Stack Overflow or respective owner