Forums

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

Home Forums CSS CSS Vertical-align challenge Re: CSS Vertical-align challenge

#117233
Anonymous
Inactive

Less browser support to be clear, but display: table; and display: table-cell; are also a solution.

However, see this article by Chris:
https://css-tricks.com/css-tables-are-not-a-solution/

I agree with him in this case. Granted while personally I would never use a table for layout, to get the exact functionality that @begetolo needs a table is the best solution. :)

And honestly there just isn’t one ‘right’ way to go about it. Just go with a solution that you’re comfortable with.