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:
Now 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 advance
Kyle