Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Faux Column Madness with a pseudo element Reply To: Faux Column Madness with a pseudo element

#158061
pkinchla
Participant

Thanks for the helpful solutions!
I updated the original pen with a background gradient on .table-block . Its a little bit more css but allows the columns to behave how they should with the media queries I have in place.

http://codepen.io/wbp-paulk/pen/JbgDp

paulob I totally agree about the table-cell issue. When I tested it in Firefox I said to myself that this totally makes sense. I very rarely use display:table-cell and when I do it always feels wrong. Thank god for firefox!