Home › Forums › Design › Pure CSS Equal Height Blocks in rows › Reply To: Pure CSS Equal Height Blocks in rows
August 28, 2013 at 4:12 am
#148341
Participant
Thanks Basement 31. In general, cells with display table will try to accommodate the width of the content, so this can become an issue in any browser. Thanks for the link you’ve sent. I’ve used this hack before, the only issue I see is that if you declare a border on the equal height divs, the bottom border is not applied due to the overflow hidden, margin/padding hack.