Well, dropping on generic is technically impossible, since the event doesn't bubble through. One thing you can do is as you said, to overlay a <div> for example, background white, opacity: 0.01 so it's barely visible, and make this the droppable target. This should work just fine. If it doesn't, could you provide us a test case so we can investigate what's going on?
Thanks, Paul On Wed, Nov 26, 2008 at 12:43 AM, geekrutherford <[EMAIL PROTECTED]>wrote: > > Is it possible to drag an element onto an iframe and drop it? > > Presently, it appears that the element will drag to just outside the > bounds of the iframe. > > I've tried overlaying the iframe with a transparent div, but it does > not work. > > This is incredibly frustrating. The drop event works, kind of, if > drop onto the overlay and then immediately mouse out of it. > > Any help would be appreciated!!! > > > > -- Paul Bakaus UI Architect -- http://paulbakaus.com http://www.linkedin.com/in/paulbakaus --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "jQuery UI" 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/jquery-ui?hl=en -~----------~----~----~----~------~----~------~--~---
