It's fixed in the Firefox 3 beta. :-)
--Karl
_________________
Karl Swedberg
www.englishrules.com
www.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?