I've tried using this code Fade background image in and out with jQuery? which is awesome. Would anyone help with a quick adjustment as I'm a complete beginner at jquery.
I would like the same (fading rotating background images). I adjusted the timing in the code so that the rotation was nice and slow (8seconds) but this delays the first image appearing. Is it possible to have the first image appear immediately then have a slow rotation?
Thank you, Amy
UPDATE: Thanks for your help everyone. Here's my fix in case it's useful. Forgive me as I haven't used jsfiddle or stackoverflow before. I found that running the page on a regular browser (outside jsfiddle) there was a delay in loading the first image when I wanted the rotation to be very slow. ie the screen was just black for a long time before the image loads.
I (think I have) fixed this by adding a new image outside the jsquery scripting which loads first before the rotating background starts.
I included the script here - http://jsfiddle.net/aha56/9CHKE/ Which is just a minor adjustment from this one http://jsfiddle.net/RnqQL/109/ which I found here Fade background image in and out with jQuery?