I've got it working with images inside a Div using a slideslow plugin but I need do it using background images..
I'm not asking for someone to write it for me just to point me in the right direction..
Here are a few random bits of code I'm basically hoping to combine somehow
$(document).ready(function(){
$(".header").fadeTo(2000, 1).fadeTo(1000,0).fadeTo(2000, 1);
});
$(this).css({'background' : 'image1.png'});
$(this).css({'background' : 'image2.png'});
// etc.. //
As you've probably already worked out I'm new to jQuery and don't really have a clue what I'm doing
Thanks
Help

















