#footer {
position: fixed;
left: 0px;
bottom: 0px;
height: 100px;
width: 100%;
background: #ccc;
}
Fixed Footer CSS
#footer {
position: fixed;
left: 0px;
bottom: 0px;
height: 100px;
width: 100%;
background: #ccc;
}