I would like to change a header css background image every few seconds, so its look like a slideshow.
For example first 2 seconds be:
body#home h1#siteH1 { background:url(../images/header1.jpg) no-repeat;}
Next 2 seconds be:
body#home h1#siteH1 { background:url(../images/header2.jpg) no-repeat;}
Next 2 seconds be:
body#home h1#siteH1 { background:url(../images/header3.jpg) no-repeat;}
And then loop again to header1.
If anyone knows how to do the transition with a fading effect, then it would be simply perfect.