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
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
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
bump
bump
5 matches
Mail list logo