Click here to Skip to main content
15,895,011 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi, i'm asking to see if it is possible to make a footer be put at the bottom of the window, so no mater how big the screen is, it will always be at the bottom, i know how to make a footer and how to style it.

so is this possible? Making the footer stay at the bottom of the page, no matter how big the window is?
Posted

You can do this by setting these CSS attributes:
CSS
header
{
   position: fixed;
   bottom: 1px;
}
 
Share this answer
 
v2
Html5 has a new tag called "Footer" specifically to designed to serve a footer purpose

Find out more here
 
Share this answer
 
Comments
Corrigan_sam 2-Dec-12 5:40am    
Yea i know about footers, it's just that i did not know how to make it stay at the bottom of the page

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900