[jQuery] Re: Using ScrollTo, IE displays hidden info before it hides it — Any help/ideas?

2009-08-11 Thread jen

Thanks, Stephan!  Yeah, I guess it's time to roll my eyes at IE.  The
client is understanding, so that's cool.  Stupid IE.  At least it
hides by the time the page finishes loading.


[jQuery] Re: Using ScrollTo, IE displays hidden info before it hides it — Any help/ideas?

2009-08-10 Thread Stephan Beal

On Aug 10, 6:26 pm, jen  wrote:
> Do you have any idea how to have the hidden video viewers hidden upon
> page load in IE?  It's performing on Mac Safari & FF, and Windows FF,
> but in Windows IE it's a lot slower to hide the info.

You could try setting an explicit visibility on the element:

...

then they'll start hidden. And if they don't, it's time to ditch IE.