frozenpeas
Technical User
Hi,
I seem to always have trouble wrapping my brain around this.
I have a footer that I want to appear below my main content. The main content is not always the same height. I have tried various approaches, but cannot seem to get it to work.
Here is the link: where you can see the footer currently sits just below the header.
Here is the current code:
If you need more, let me know. This is something that I have yet to logically understand, so indepth explanations are most welcome.![[neutral] [neutral] [neutral]](/data/assets/smilies/neutral.gif)
frozenpeas
I seem to always have trouble wrapping my brain around this.
I have a footer that I want to appear below my main content. The main content is not always the same height. I have tried various approaches, but cannot seem to get it to work.
Here is the link: where you can see the footer currently sits just below the header.
Here is the current code:
Code:
div#footer {
position:relative;
/*top:30px;*/
left:218px;
width:591px;
height:60px;
margin:0 0 0 0;
padding:0 0 0 0;
color:#999;
text-align:center;
}
Code:
div#container {
position:relative;
top:10px;
left:0;
width:840px;
margin:0 0 0 10px;
padding:0 0 0 0;
text-align:left;
}
If you need more, let me know. This is something that I have yet to logically understand, so indepth explanations are most welcome.
![[neutral] [neutral] [neutral]](/data/assets/smilies/neutral.gif)
frozenpeas