Forum Moderators: not2easy
I have a webpage that is 1008 pixels wide.
The header is 1008 pixels wide.
The footer is 790 pixels wide.
#footer {
display: block;
margin-right: auto;
margin-left: auto;
width: 790px;
height: 50px;
background: url(http://example.com/pictures/footer.png) no-repeat;
}
There is no problem on a webpage where the footer is the same size as the webpage.
[edited by: swa66 at 1:12 pm (utc) on Oct. 29, 2009]
[edit reason] No URLs, please ee ToS and Forum Charter [/edit]