layOut with header and body

Theoretically height should not apply to table-rows but browsers do implement the height for the css property display:table-row and in some cases it can save on adding the actual mark up for display:table-cell.

Vertical-align however does not apply to table-rows and you would need the inner display:table-cell element in the mark up and apply the vertical align to that.

1 Like