[jQuery] Re: Firefox 3 help

2008-06-29 Thread daveJay
Thanks all for the comments =) I'm glad you like the pictures. AND, I'm thrilled your commenting more on the pictures than you are the design of the gallery, even though they have a symbiotic relationship. I'm glad that the problem is not affecting everyone, that's somewhat of a relief, but I'm s

[jQuery] Re: Firefox 3 help

2008-06-29 Thread Joel Birch
Actually, I have run into a similar problem before. I think my solution was to fadeOut, then wait until the image was fully loaded, then fadeIn. "Waiting until fully loaded" meant that I created an image object, set the src property to the required image url, then checked the .complete property in

[jQuery] Re: Firefox 3 help

2008-06-29 Thread sparkpool
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 us

[jQuery] Re: Firefox 3 help

2008-06-29 Thread sparkpool
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 us

[jQuery] Re: Firefox 3 help

2008-06-29 Thread Alexandre Plennevaux
yup, sorry i forgot to mention it in my reply as i was focusing on your problem but i definitely second the comments, it's a very nice gallery! On Sun, Jun 29, 2008 at 8:07 AM, Sam Sherlock <[EMAIL PROTECTED]> wrote: > me also, I had a look at the site last night and had no issues (apart from >

[jQuery] Re: Firefox 3 help

2008-06-28 Thread Sam Sherlock
me also, I had a look at the site last night and had no issues (apart from the preloading those images are huge in px size :) ). Its impressive and inspirational, a great site. a preloader would make it nicer for users on slower connections (think there is one on jqueryfordesigners) - S 2008/6/2

[jQuery] Re: Firefox 3 help

2008-06-28 Thread Joel Birch
Works great for me on Mac FF3 also. Love the way the gallery works - the way it scales the images and presents them without resorting to lightbox-style. I agree with Karl about the photos too, they are really enthralling. Joel Birch.

[jQuery] Re: Firefox 3 help

2008-06-28 Thread Karl Swedberg
Strange, I just looked at the site on FF3 for Mac, and it worked just fine. Also, those photos are fantastic! --Karl Karl Swedberg www.englishrules.com www.learningjquery.com On Jun 28, 2008, at 3:26 PM, daveJay wrote: I've got to say I'm extremely unhappy with Firefox for

[jQuery] Re: Firefox 3 help

2008-06-28 Thread daveJay
I've got to say I'm extremely unhappy with Firefox for mac. It's totally screwing up this site and making my life a nightmare. Internet Explorer 6 gets the dissolve down perfectly, it gets everything else wrong, but at least it can handle a simple dissolve, but not Firefox for mac, it makes no sen

[jQuery] Re: Firefox 3 help

2008-06-28 Thread daveJay
It must just be the Mac Version again. On Jun 28, 5:44 am, "Alexandre Plennevaux" <[EMAIL PROTECTED]> wrote: > works fine here (winXP SP3, FF3) > > Alexandre Plennevaux > >  ** > > On Sat, Jun 28, 2008 at 12:18 AM, daveJay <[EMAIL PROTECTED]> > wrote: > > > > > > > I seem to be at a loss > > > I'

[jQuery] Re: Firefox 3 help

2008-06-28 Thread Alexandre Plennevaux
works fine here (winXP SP3, FF3) Alexandre Plennevaux ** On Sat, Jun 28, 2008 at 12:18 AM, 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});