Home › Forums › CSS › [Solved] multiple div exceed the border of a prent div › Re: [Solved] multiple div exceed the border of a prent div
July 19, 2010 at 7:16 pm
#80031
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.