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 contenidoWelcome to WordPress. This is your first post. Edit or delete it, then start writing!
Hi, this is a comment.
To get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard.
Commenter avatars come from Gravatar.