document.getElementById('blya').style.top = scroll+'px';
<style> body { height:2000px; } #blya{ position: fixed; } </style> <div id="blya">Блок</div>