Forums

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

Home Forums CSS [Solved] multiple div exceed the border of a prent div Re: [Solved] multiple div exceed the border of a prent div

#80031
dcp3450
Participant

It’s hard to follow your code but try putting

Code:
overflow: hidden;

inside the #maincotainer

also, why do you have two containers? you can add the border to the #maincotainer, remove the #containerwithborder, leave the #footer outside that container and get the same result.

CSS needs to be cleaned up. There is some divitis in there.