matrixindicator
IS-IT--Management
I have a page header and content have a good width, fill the window and respect a margin. I set the footer now on absolute to the div of the content. Problem. The footer div is as width as is text and this is less width as the header and content
How to set the footer as width as the header and content ?
Code:
-- header -- width ok
-- content -- width ok
-- foot-- width to the text in it
Code:
#footer
{
position:absolute;
width:94%; not ok
margin : 0px 20px 0px 20px;
padding: 5px;
}
How to set the footer as width as the header and content ?