pixel2 / jQuery-Easy-Confirm-Dialog-plugin

jQuery plugin that imitates the standard javascript confirm-action. But uses standard jquery dialog-module to show the message. Very simple integration, no callbacks needed. When added all other events will be put on hold and only executed on user confirmation.
http://projectshadowlight.org/jquery-easy-confirm-dialog/
25 stars 20 forks source link

Popup is showing up near the bottom of my page. #16

Open robp2175 opened 9 years ago

robp2175 commented 9 years ago

I have been unable to change this behavior using any css. It shows up as an inline style top:532px on my page {element.style}. Could you please advise me regarding how I can fix this problem.

pixel2 commented 9 years ago

Sorry for a late answer, the popup should be centered on the page. Could you provide me with a working code example that illustrates the problem (in jsfiddle for example)?