i may be completely misunderstanding you, but have you tried to combine a fadeOut() on the first image then a fadeIn() on the next image?
you can change the background-color of a div with $('#yourDiv').css ("background-color", newColour) or if you're feeling fruity you can layer the 2 images up and fade one out as you fade the other one in or whatever. On May 18, 3:21 pm, g10tto <cteague1...@gmail.com> wrote: > bump