[jQuery] Re: How to stop other elements on the page from dimming

2008-05-02 Thread Micky Hulse
On May 2, 4:32 am, Ariel Flesler <[EMAIL PROTECTED]> wrote: > "Why is my screen going dark when using fadeOut ?" For me, it is not really a case of going "dark", but more of a "... elements outside of the fade are being affected (flickering?) during the fade ..." So, I just tried this: body {

[jQuery] Re: How to stop other elements on the page from dimming

2008-05-02 Thread Ariel Flesler
I'd say put it in the FAQ, that's where I'd go on a case like this. "Why is my screen going dark when using fadeOut ?" -- Ariel Flesler http://flesler.blogspot.com On 2 mayo, 07:17, Richard W <[EMAIL PROTECTED]> wrote: > I experienced the same problem and it haunted me in my sleep, I > started

[jQuery] Re: How to stop other elements on the page from dimming

2008-05-02 Thread Richard W
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

[jQuery] Re: How to stop other elements on the page from dimming

2008-05-01 Thread Karl Swedberg
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 Ma

[jQuery] Re: How to stop other elements on the page from dimming

2008-05-01 Thread Micky Hulse
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-o

[jQuery] Re: How to stop other elements on the page from dimming

2008-05-01 Thread Karl Swedberg
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.; } --Karl _ Karl Swedberg www.englishrules.com www.learningjquery.com On May 1, 2008, at 4:47 PM, Andy Matthews wrote: Unless those other ele

[jQuery] Re: How to stop other elements on the page from dimming

2008-05-01 Thread Andy Matthews
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 eleme