Really nice pics (:-) Just FYI, I'm seeing the ff3 behavior you're seeing, but with ff2.0.0.14/win. When I click a new image, it does the "curtain" effect with the same image that's already there, then changes to the new image quickly, I *think* without an effect. Same thing whether I navigate using the bottom nav strip thingy or the arrows superimposed on the full-size images.
On Jun 27, 6:18 pm, daveJay <[EMAIL PROTECTED]> wrote: > I seem to be at a loss > > I'm trying to run this code right here: > > $("#image img").fadeTo(500,0,function() { > $("#image img").attr({src : imgSrcNext}); > > }).fadeTo(500, 1); > > but infirefox3, I see the fade away and the fade back, and THENfirefoxdecides > to switch the img source to the new image. It doesn't > wait before firing the callback. I don't understand what could be > causing this anomoly. > > Just go to this page and you'll see what I > mean.http://sandbox.exit42design.com/photography/folio_1.html > > Any idea what could be going on? > > Thanks, > > -David