Hello world!
Welcome to WordPress. This is your first post. Edit or delete it, then start writing!
window.onscroll = function() {stickyMenu()}; var menu = document.getElementById("main-navigation"); var sticky = menu.offsetTop; function stickyMenu () { if (window.pageYOffset >= sticky) { menu.classList.add("sticky") } else { menu.classList.remove("sticky") } }
Ir al contenido