[thelist] Stylesheet switching Jitters

Chris.Marsh at Callserve.com Chris.Marsh at Callserve.com
Tue Mar 8 11:08:40 CST 2005


Sam

[..]

> Is there any other way to get the onload event processed 
> before the page 
> is rendered in white?
> 
> Other information:  The flash is only noticable when the next 
> page has a 
> new graphic which must be downloaded.  It's as if the graphic 
> download 
> gives IE enough time to render the page before processing the 
> window.onload event.

A possible workaround would be to have an absolutely positioned div
displayed above (on the z axis) everything else, obscuring it from view. The
function that you call on page load should be amended so that the last thing
that happens is that it removes or hides this div. At least then you could
control what the user sees.

I haven't been following this thread exhaustively so please forgive me if
this has already been suggested, but why don't you do this on the server? It
would then work seamlessly and not rely on javascript.

Regards

Chris Marsh

_______________________________________________________________________
This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error please notify the sender and delete the email immediately. If you are not the intended recipient you are notified that disclosing, copying, distributing or taking any action in reliance on the contents of this information is strictly prohibited. 

Please note that any views or opinions presented in this email are solely those of the author and do not necessarily represent those of the company.

Finally, the recipient should check this email and any attachments for the presence of viruses. Callserve Communications accepts no liability for any damage caused by any virus transmitted by this email. _______________________________________________________________________
This email has been scanned for all viruses by the MessageLabs SkyScan
service.


More information about the thelist mailing list