hi, not sure if this helps much, but it might put u in the right direction.
As you've already mastered 'fading content in and out' you can do the same with about everything, including images or divs. What you should do is make a <div> and set it as background. This div will have that css background of yours. You'll just fade in/out the div & ure done. Of course, you can make it a bit more dynamic if you want to do more then 1 div, make a dynamic loop for instance. Good luck! On Apr 11, 12:25 am, PF <piercefree...@gmail.com> wrote: > I should also add that the image has to change every few seconds once > the page has loaded. > > On Apr 10, 3:14 pm, PF <piercefree...@gmail.com> wrote: > > > Hi everyone. > > > I asked awhile ago about fading content in and out, now I am wondering > > how to fade images in and out. The images will be in the background of > > the page (css: background-image) so I am not quite sure how I could > > integrate this. Any help would be appreciated!