fix footer to bottom code example
Example: how to fix the footer at the bottom of the page
#footer {
position:fixed;
left:0px;
bottom:0px;
z-index:1;
width:100%;
}
#footer {
position:fixed;
left:0px;
bottom:0px;
z-index:1;
width:100%;
}