I have a container div with an inside div. the container has the overflow hidden. When i move the inside div the overflow is no longer hidden in IE7. any ideas? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
If by "move" you mean "draggable", it might be a z-index issue. The default z-index for a draggable (while dragging) is 1000. TAG On Jun 21, 2007, at 9:13 PM, internettitan wrote:> > I have a container div with an inside div. the container has the > overflow hidden. When i move the inside div the overflow is no longer > hidden in IE7. any ideas? > > > >--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
i mean by Effect.Move On Jun 22, 1:46 am, Tom Gregory <t...-PGZyUNKar/Q@public.gmane.org> wrote:> If by "move" you mean "draggable", it might be a z-index issue. The > default z-index for a draggable (while dragging) is 1000. > > TAG > > On Jun 21, 2007, at 9:13 PM, internettitan wrote: > > > > > I have a container div with an inside div. the container has the > > overflow hidden. When i move the inside div the overflow is no longer > > hidden in IE7. any ideas?--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---