You say the scrollbar doesn't disappear and reappear, but the window is resizing. This is what's causing the flicker or flash (assuming you're not in quirks mode, that would be the first thing to check). The fix is to put the element inside a container that maintains that height even while the contents are shown, hidden, or toggled, or otherwise prevent the window from resizing during an animation, by making it stay tall enough to contain the visible element, even when hidden. - Richard
On Wed, Aug 19, 2009 at 3:40 PM, jen <[email protected]> wrote: > > I'm getting a "flickering / flashing" effect in Firefox when using > jQuery "show" > and "hide" or "toggle" on some div's. Any idea why this could be > happening? > > Seems to be more pronounced when scrollbar is at bottom and window has > to resize. Scrollbar does not disappear and reappear so it's not due > to that. > > Thanks. > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "jQuery UI" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/jquery-ui?hl=en -~----------~----~----~----~------~----~------~--~---
