Given the following HTML:
Div of style, position:absolute;bottom:5px;width:100%; is working, But it required more scrollup situation.
position:absolute;bottom:5px;width:100%;
window.onscroll = function() { var v = document.getElementById("copyright"); v.style.position = "fixed"; v.style.bottom = "5px"; }