Can I place a jQuery modal box in a specific location on the page? For example, showing it in the top right or bottom left.
Can I specify pixels or screen location for where this modal box should show?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Yup. Just look at the id of the containing div, set the position to absolute, then put your coordinates like so:
or