Hi all,
I am trying to create a fading image swap for my body's background,
using jQuery.
Since I could not find out how to just fade a backgroundImage
(especially) on the body tag in the CSS, I created a #background tag
in my CSS looking like this:
#background {
width: 100%;
min
Hi,
I would like to fade 4 images with jQuery, 1.jpg, 2.jpg. 3.jpg. and
4.jpg
I have the following code, but no luck yet :(
$(document).ready(function(){
for(i=1; i<=4; i++) {
$("#app").html("
")
$("#app").fadeIn("slow");
Hi there,
Does anyone know of a way to have an image that when you rollover it,
it fades into another image?
Additionally, I would like the fade to be fast onmouseover and slow
onmouseout.
I have tried this lots of times and the issue that I keep getting is
that I have to let the fades complete
3 matches
Mail list logo