I'm looking through the old posts and from what I'm reading it looks like there is now way to position a footer to ALWAYS be at the bottom of a page unless the page is a static length.
Is this correct? The headers(top of page)
I have taken out my position:absolute in the footer and the layer that is holding everything, but then everything moves to the top.
Please advise. Thanks!! Here is a snippet of the stype sheet.
_____________________________
.footer{
position:absolute;
text-align:center;
background-image:url(images/bk_space.jpg);
bottom:10px;
width:710px;
left: 0px;
}
.secondheader{
position:absolute;
left: 0px;
width:710px;
height:39px;
top:100px;
}
.header{
position:absolute;
width:710px;
height:100px;
left: 0px;
top: 0px;
}
.container{
height:425px;
width:710px;
left:10px;
top:0px;
position:absolute;
z-index:1;
}
Is this correct? The headers(top of page)
I have taken out my position:absolute in the footer and the layer that is holding everything, but then everything moves to the top.
Please advise. Thanks!! Here is a snippet of the stype sheet.
_____________________________
.footer{
position:absolute;
text-align:center;
background-image:url(images/bk_space.jpg);
bottom:10px;
width:710px;
left: 0px;
}
.secondheader{
position:absolute;
left: 0px;
width:710px;
height:39px;
top:100px;
}
.header{
position:absolute;
width:710px;
height:100px;
left: 0px;
top: 0px;
}
.container{
height:425px;
width:710px;
left:10px;
top:0px;
position:absolute;
z-index:1;
}