The problem is caused because you have added the ui-dialog class to your dialog content element (#dialog). This class is added to the actual dialog element (which is a wrapper) created by the plugin, so it's getting quite confused. Just remove that in the html (line 35) and you're good to go.
- Richard On Thu, Sep 18, 2008 at 1:01 AM, spz <[EMAIL PROTECTED]> wrote: > > test > > On Sep 16, 1:22 pm, spz <[EMAIL PROTECTED]> wrote: > > Hi, > > > > I'm new to jQuery. Currently, I'm playing around with the jQuery > UIDialog. Can I make thedialogwindow itself be interactive while the > > rest of the page remains "locked" (modal)? Do I set the input field > > some specific class? I've tried searching for a solution to this but > > so far I'm unsuccessful. > > > > Alternatively, how do I make overlay work ifmodalis false? > > > > Thanks, > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
