IE6 has got me again! I can write
slideSuccess.show();
and all will be fine. When I replace that very line with
setTimeout(function() { slideSuccess.show(); }, 1000);
then, after 1 sec, my slide shows up garbled.
(slideSuccess is a jQuery object if that matters.)
Does anyone have any ideas what is going on here?
Thanks.