fixed element on the bottom in the page with scroll code example
Example: keep div at the bottom of page
#footer {
position: fixed;
bottom: 0;
width: 100%;
}
#footer {
position: fixed;
bottom: 0;
width: 100%;
}