[jQuery] Re: Show()/Hide() Bug?

2007-04-23 Thread Sean Catchpole
I ran you code in FireFox and in IE6 and recieved no such error. ~Sean

[jQuery] Re: Show()/Hide() Bug?

2007-04-23 Thread d3
In FireFox 2.0.0.3 and in IE7 after show and hide with speed parameter opacity of element not restored to 1. Before execute script: Test text After execute script: Test text See it in FireBug or in IE DOM explorer: element P is now with minimal transparency. On 23 апр, 22:17, "Sean Catchpole" <

[jQuery] Re: Show()/Hide() Bug?

2007-04-23 Thread Brandon Aaron
The opacity is set to 0. to avoid a Firefox flicker back in 1.0. It is no longer in the latest SVN and soon to be 1.3. -- Brandon Aaron On 4/23/07, d3 <[EMAIL PROTECTED]> wrote: In FireFox 2.0.0.3 and in IE7 after show and hide with speed parameter opacity of element not restored to 1. Be

[jQuery] Re: Show()/Hide() Bug?

2007-04-23 Thread d3
But in IE opacity draw with DirectX and not support smoothing. This text when is not smoothed. On 24 апр, 00:21, "Brandon Aaron" <[EMAIL PROTECTED]> wrote: > The opacity is set to 0. to avoid a Firefox flicker back in 1.0. > It is no longer in the latest SVN and soon to be 1.3. > > -- > Brand

[jQuery] Re: Show()/Hide() Bug?

2007-04-23 Thread Brandon Aaron
Explicitly set a background color on the text to try and prevent the text smoothing issue. Otherwise you can checkout interface plugin as I believe it has some color animating options which might suit your needs better. http://interface.eyecon.ro/ -- Brandon Aaron On 4/23/07, d3 <[EMAIL PROTECT