I experienced the same problem and it haunted me in my sleep, I started to think it was a jQuery bug. I understand this is a FF bug, but don't you think at least there should be some sort of reference to this bug in the jquery fade docs?
On May 2, 3:21 am, Karl Swedberg <[EMAIL PROTECTED]> wrote: > It's fixed in the Firefox 3 beta. :-) > > --Karl > _________________ > Karl Swedbergwww.englishrules.comwww.learningjquery.com > > On May 1, 2008, at 6:09 PM, Micky Hulse wrote: > > > > > Ah, interesting. Thanks for the tip Karl! > > > Anyone know if FF/Mac folks are planning on fixing this bug? > > > Thanks, > > M > > > On May 1, 1:59 pm, Karl Swedberg <[EMAIL PROTECTED]> wrote: > >> Are you using FF Mac? If so, it's an opacity bug in the browser. Try > >> setting this in the stylesheet: > > >> body { -moz-opacity: 0.9999; } > > >> --Karl > >> _________________ > >> Karl Swedbergwww.englishrules.comwww.learningjquery.com > > >> On May 1, 2008, at 4:47 PM, Andy Matthews wrote: > > >>> Unless those other elements are being included in the fade, they > >>> shouldn't > >>> be effected. > > >>> -----Original Message----- > >>> From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] > >>> On > >>> Behalf Of Austin S. > >>> Sent: Thursday, May 01, 2008 2:37 PM > >>> To: jQuery (English) > >>> Subject: [jQuery] How to stop other elements on the page from > >>> dimming > > >>> Hi All - > > >>> Is there a way to stop the other elements on the page from dimming > >>> when a > >>> fade occurs?