Forums

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

Home Forums CSS Content exceeds the container Reply To: Content exceeds the container

#265140
JeroenR
Participant

The floating of the content must be ended for determining the height of the container.
You can do that for example by adding this: #c:after {clear: both;display: table;content: "";}