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. Needless to say: the code works in all other browsers apart from IE...
Does anyone have any ideas what is going on here?
Thanks for looking.