document.onscroll = function (event) { element.style.display = event.pageY > нижнийПредел && event.pageY < верхнийПредел ? "block" : "none"; };