Hi

Did you manage to find a solution for this?

Regards
Nik

shelane wrote:
> 
> 
> This is one case where it appears to be better in IE.  Everything
> looks centered.  In Firefox, after dynamic content is loaded to a
> dialog and the dialog is opened, the height isn't recentered on the
> page and the content within the dialog isn't quite centered (appears
> slightly shifted to the right).  This is the command for the dialog:
> 
> $('#modal').dialog({autoOpen: false, height: 'auto', modal: true,
> overlay: { opacity: 0.5, background: 'black' }});
> 
> function openDialog(page, width){
>       $('#modal').data("width.dialog", width);
>       $.get(page, {view: 'title'}, function(info){
>               $('#modal').data("title.dialog", info);
>       });
>       $('#modal').load(page, function(){
>               $('#modal').dialog('open');
>       });
> }
> > 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/dialog-centering-not-same-in-Firefox-and-IE-tp18654608s27240p20114316.html
Sent from the jQuery UI Discussion mailing list archive at Nabble.com.


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