Forums

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

Home Forums CSS how to increase height of a floating element according to its parent? Reply To: how to increase height of a floating element according to its parent?

#250545
Beverleyh
Participant

display: table; works as long as you use the correct display for child elements, which would be table-cells http://codepen.io/anon/pen/JErNeM

There are lots of other ways to achieve equal height columns – see here https://css-tricks.com/fluid-width-equal-height-columns/