[jQuery] Re: How to animate background images or background of div

2009-05-18 Thread ryan.j
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) but that will just change it, it won't fade it gradually o

[jQuery] Re: How to animate background images or background of div

2009-05-18 Thread ryan.j
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 a

[jQuery] Re: How to animate background images or background of div

2009-05-18 Thread ryan.j
you mean like like fadeIn() and fadeOut() ? On May 14, 5:27 pm, g10tto wrote: > I'm putting together a portfolio site and I'd like to use high-res > images that take up most of the screen to show different works. There > would be a menu bar with links to each work, where a click on that > work's

[jQuery] Re: How to animate background images or background of div

2009-05-18 Thread g10tto
bump

[jQuery] Re: How to animate background images or background of div

2009-05-15 Thread g10tto
bump