#footer {
background-color: #f6f6f6;
margin-top: 50px;
height: 320px;
border-top-style: solid;
border-bottom-style: solid;
border-color: #2f6c99;
font-size: 12px;
font-family: Helvetica;
}
There is a box-container in the footer which contains 3 divs - the containers code is this:
#box-container {
width: 60%;
border: 1px solid;
border-color: #F03;
margin-left: auto;
margin-right: auto;
min-width: 1000px;
max-width: 1000px;
overflow: hidden;
position: relative;
}
I have set the min-width as 1000px as this is the min size for the 3 divs to align correctly. I have attached an image which shows the footer with border with the margin problem on the right - it should spread across the entire page.
Any advise of help would be much appreciated
Thanks,
Screen-grab: http://i47.tinypic.com/200pdhc.jpg

New Topic/Question
Reply


MultiQuote



|