Click here to Skip to main content
Sign Up to vote bad
good
See more: CSSHTML
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 16 Nov '12 - 20:36


2 solutions

You can do this by setting these CSS attributes:
header
{
   position: fixed;
   bottom: 1px;
}
  Permalink  
Html5 has a new tag called "Footer" specifically to designed to serve a footer purpose
 
Find out more here
  Permalink  
Comments
Corrigan_sam - 2 Dec '12 - 5:40
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)

  Print Answers RSS
Your Filters
Interested
Ignored
     
0 Sergey Alexandrovich Kryukov 353
1 OriginalGriff 345
2 Arun Vasu 315
3 Maciej Los 208
4 Aarti Meswania 180
0 Sergey Alexandrovich Kryukov 9,755
1 OriginalGriff 7,549
2 CPallini 4,018
3 Rohan Leuva 3,362
4 Maciej Los 2,951


Advertise | Privacy | Mobile
Web04 | 2.6.130523.1 | Last Updated 4 Dec 2012
Copyright © CodeProject, 1999-2013
All Rights Reserved. Terms of Use
Layout: fixed | fluid