Question : jQuery dialog positioning problem

Dear experts and jQuery wizards, I am opening this question since I have a huge problem with my jQuery dialog widgets. The positioning attribute i.e. position: 'center' is not working. All dialogs are displayed in the top left corner. Other positioning attributes like top or right are also ignored. I am using jquery-ui 1.8.3.

Do you know how to enforce the positioning of these dialog widgets?

Brgds,

Seb

Answer : jQuery dialog positioning problem

Without examples, it's tough to debug, but I recently ran in to some similar problems.  It seems that the style of the containing element (usually a div) was messing up the style of the modal.  I moved the modal out of as many nested elements as possible and the problems went away.  Can you try something like that?
Random Solutions  
 
programming4us programming4us