View Single Post
  #1 (permalink)  
Old 29-01-2008, 07:25 PM
philjohns's Avatar
philjohns philjohns is offline
Stylish Member
 
Join Date: Oct 2007
Location: Ivybridge, Plymouth
Gender: Male
Posts: 620
Default align footer bottm?

Ok, So Ive created my page will all ain divs - header, content, footer

All I want now is for my footer to be position at the bottom of the page UNLESS the content of the "content div" is too much.

What bit of css do I need to add?

the css code for my footer at the moment is:


Code:
#footer-container {
	background-image: url(images/footerfade.gif);
	height: 104px;
	margin: auto;
}
Reply With Quote