Click to See Complete Forum and Search --> : Padding in my DIV pushes content out


mattbarb
01-26-2010, 05:11 PM
Hi,

Im trying to get back into coding again been a while so bare with me.

My padding is not going in but pushing out can anyone help?
I need 20px inside the div.

#footer {
padding: 20px;
width: 950px;
height: 110px;
bottom: 0;
position: absolute;
background-color:#FFF;
}

Many thanks

skywalker2208
01-26-2010, 09:08 PM
Can you post your html code?

joeAtCMDS
01-27-2010, 08:26 AM
Do you have any divs inside your #footer? If they are set to a width wider than what is available content will break out.

Raley
01-27-2010, 03:34 PM
Can you attach/link to the CSS? Other stuff might be relevant.