Hello! Tell me why the code does not work.
$(window).scroll(function(){ if($(window).scrollTop() > 100;){ $(".menu_top").css("background-color","black") }; }); The bottom line is this, when scrolling down the page 100px, the color of the block should change to black, but this does not happen.