Hello and thank you for answering,
I did it that way:
jQuery(window).on("scroll", function(){
var scrolledY = jQuery(window).scrollTop();
jQuery('#jf-slideshow').css('background-position', 'center ' + ((scrolledY)) + 'px');
if (jQuery(window).width() > 765) {
if (jQuery(window).scrollTop() > 55){
jQuery('#jf-header').addClass('transparent');
} else {
jQuery('#jf-header').removeClass('transparent');
}
}
});
Is this right? and the first step you mentioned. But please take a look at my site:
www.musik-talent-box.de
It still dosn't work.