Hello,

I've noticed that when you put a ',' at the end of the last effect, IE
doesn't work.

EX:
new Effect.Parallel(
 [
  new Effect.SlideDown(id,{duration:0.1}),
  new Effect.Opacity(id, {duration: 0.8, from: 0.0, to:1.0})
  ],
{duration: 1.0});

works perfectly, but

new Effect.Parallel(
 [
  new Effect.SlideDown(id,{duration:0.1}),
  new Effect.Opacity(id, {duration: 0.8, from: 0.0, to:1.0}),
  ],
{duration: 1.0});

doesn't work on IE 6.

Oximore


--~--~---------~--~----~------------~-------~--~----~
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?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to