huntery
08-17-2010, 01:29 AM
How can i make it so my footer can extend to the bottom of the page with ought having my body overlap it?
I'm new to all this and would appreciate some quick help. ^_^
/* footer */
#templatemo_footer {
clear: both;
width: 780px;
height: 75px;
padding: 30px 90px 0 90px;
text-align: center;
color: #3b3838;
background: url(images/templatemo_footer.jpg) no-repeat;
}
#templatemo_footer a {
font-weight: bold;
color: #000000;
}
#templatemo_footer .footer_menu {
margin: 0 0 5px 0;
padding: 0px;
list-style: none;
}
.footer_menu li {
margin: 0px;
padding: 0 20px;
display: inline;
border-right: 1px solid #000000;
}
.footer_menu .last_menu {
border: none;
}
/* end of footer */
I'm new to all this and would appreciate some quick help. ^_^
/* footer */
#templatemo_footer {
clear: both;
width: 780px;
height: 75px;
padding: 30px 90px 0 90px;
text-align: center;
color: #3b3838;
background: url(images/templatemo_footer.jpg) no-repeat;
}
#templatemo_footer a {
font-weight: bold;
color: #000000;
}
#templatemo_footer .footer_menu {
margin: 0 0 5px 0;
padding: 0px;
list-style: none;
}
.footer_menu li {
margin: 0px;
padding: 0 20px;
display: inline;
border-right: 1px solid #000000;
}
.footer_menu .last_menu {
border: none;
}
/* end of footer */