karlosantana 0 Report post Posted May 24, 2011 Hello all, once again I'm stuck. I'm designing a website again where a page (index.php) will use 2 PHP include files they are: Header.phpFooter.phpNow whats happening is instead of footer.php being at the bottom of index.phpit's appearing top of the screen but at the bottom of header.php if that makes sense. I have quoted part of the CSS sheet below which I think is the problem. These are bothe included in the <head></head> section of index.php Please help me! .footer{ position:absolute; width:100%; height:100px; background-image:url('images/foot.png'); bottom: 0px;}Thanks in advanceKyle Share this post Link to post Share on other sites
karlosantana 0 Report post Posted May 29, 2011 Anybody? Still Stuck! Share this post Link to post Share on other sites
karlosantana 0 Report post Posted May 29, 2011 Sorted! Changed the page container to minimum height of 100%, set footer value to relative....Sorted it! Share this post Link to post Share on other sites