- Why does my footer go all the way down?
- #footer {
- position:absolute;
- bottom:0;
- left:0;
- right:0;
- margin: 0 auto;
- font-size: 12px;
- font-weight: normal;
- clear:both;
- padding: 10px 0px 10px 0px;
- text-align: center;
- }
- body
- {
- height:100%;
- }
- #container
- {
- min-height: 100%;
- position: relative;
- }
- #footer
- {
- position: absolute;
- bottom: 0;
- width: 100%;
- height: 30px; /* can be changed, along with padding */
- }