MessageHuh? That's exactly what I did do... show:slow:hide
Tim in Ireland.
----- Original Message -----
From: Glenn E. Lanier, II
To: '[JavaScript List]'
Sent: Monday, September 26, 2005 1:52 PM
Subject: RE: [Javascript] Order of script-processing
showGif('icon_5');
setTimeout("slowRoutine()",10);
setTimeout("hideGif('icon_5')",10);
[GEL>] Why don't you move hideGif() to the end of slowRoutine? That way, if it takes more time on a slower machine, your image isn't hidden early.
------------------------------------------------------------------------------
_______________________________________________
Javascript mailing list
Javascript at LaTech.edu
https://lists.LaTech.edu/mailman/listinfo/javascript
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.evolt.org/pipermail/javascript/attachments/20050926/ca4d9255/attachment.htm>