Have it hidden (using css) when it first is displayed, before your javascript is run. Then use your javascript to set the initial opacity, then show it.
- Richard On Sun, Sep 14, 2008 at 1:44 PM, Tijmen Smit <[EMAIL PROTECTED]> wrote: > > Hey there, > > I'm trying to get a white half transparent background to fade-in by > changing the opacity when the document finished loading. This works > fine in Firefox, but in IE it first goes to 100% white and then > suddenly changes to half transparent. It would be nice if it IE would > behave the same way as Firefox does. > > Does any know how to get this right in IE as well, or should I forget > about getting this to work in IE? > > http://tijmensmit.com/dev/fade2.html > > Regards, > Tijmen >