Hello, I'm applying this function to some div elements:

function gm_appear(div) {

        new Effect.Parallel(
         [
         new Effect.SlideDown(div, { sync: true }),
         new Effect.Appear(div, { from:0.0, to: 1.0, sync: true })
         ],
         {duration: 4}
   );
}

The problem is that in IE while the divs are slinding down, it
"renders" them as you can see in this link:

http://i16.photobucket.com/albums/b45/jeusdi/Scriptaculous-1.png

In FF, works fine, but in IE no. Do you know how to solve this
problem?

Thanks for all in advanced.
I will appreciate a lot your help.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Prototype & script.aculo.us" 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/prototype-scriptaculous?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to