Has anyone else noticed that this effect has a bug in Safari & IE (win) when elements are absolute positioned to the right? Does anyone have a workaround? TIA --~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-spinoffs-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---
The Move effect assumes elements that are positioned with left:something. Try using the new .morph() effect that''s available in the 1.7 betas: $(''yourelement'').morph({right:''123px''}); best, Thomas Am 12.01.2007 um 05:56 schrieb jonhorn-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org:> > Has anyone else noticed that this effect has a bug in Safari & IE > (win) > when elements are absolute positioned to the right? Does anyone have a > workaround? TIA > > > >--~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-spinoffs-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---
Works perfectly, thanks Thomas. On Jan 12, 5:46 pm, Thomas Fuchs <t.fu...-moWQItti3gBl57MIdRCFDg@public.gmane.org> wrote:> The Move effect assumes elements that are positioned with > left:something. > > Try using the new .morph() effect that''s available in the 1.7 betas: > > $(''yourelement'').morph({right:''123px''}); > > best, > Thomas > > Am 12.01.2007 um 05:56 schrieb jonh...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org: > > > > > > > Has anyone else noticed that this effect has a bug in Safari & IE > > (win) > > when elements are absolute positioned to the right? Does anyone have a > > workaround? TIA- Hide quoted text -- Show quoted text ---~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-spinoffs-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---