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 Swedberg
www.englishrules.com
www.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?