Hi, I use slide down, slide up on my web page for a checkout page. Each checkout step the precious slides up while the next slides down. This looks beautifull in IE but ugly in Mozilla . Mozilla actually flickers the effect, sometimes the slide up hangs for half a second while the slide down is processing.
Looks like IE processes that nicely multi threaded while Mozilla has problems with this. If I remove one effect it looks decent (still muih smoother in IE). So looks like in Mozilla the only way to get that decent is to do one effect after the other. How can I block the thread until slide up is done so I can start with slide down ? Joe --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs -~----------~----~----~----~------~----~------~--~---
