$(window).on("scroll", function(){ $("#group_header").css("left", -$(window).scrollLeft()); });