style.css
#footer {
height: 120px;
width: 985px;
float: left;
background: yellow;
margin-top: 190px;
position: relative;
}
This is just a part of css code. Basically I am creating a footer underneath my web which consist of many pages. I wonder how to set its footer location since each pages has different length of content. Therefore, if I set an absolute position in a few pages the footer overlap the content.
How to set the footer then?
I use an include function for each page. I create a special page called footer.php