Ok, I got it down to a minimal test case for you

http://paste.pocoo.org/show/95863/

This is bug #3086

http://ui.jquery.com/bugs/ticket/3086

This was fixed in 1.6b. I assume that you're using 1.5+, since you're have
the problem. The simple workaround is to change

#BOTTOM  {
  margin-left: auto;
  margin-right: auto;
}

to

#BOTTOM { margin: 0; }
or
.ui-dialog-content { margin: 0; }

- Richard

On Thu, Dec 18, 2008 at 12:42 AM, Nikola <[email protected]> wrote:

>
> I really stripped the page and code down but I'm still unable to close
> the dialog with .dialog("close") in IE7.  I pasted the HTML page I was
> testing with at Lodge It.  Here's the link...
>
> http://paste.pocoo.org/show/95848/
> >
>

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to