[jQuery] fading images

2009-09-04 Thread InLife
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

[jQuery] Fading images with jQuery

2008-07-14 Thread viewsonic712
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");

[jQuery] Fading images 'slow' on mouseover

2008-03-27 Thread Nat
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