A have a popup div. But on popup it is getting hidden behind other elements on the page. How can I ensure that the popup div always stays on top of other elements on page?
Share
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.
Make sure the css
z-indexis higher than the others.(Note: z-index only works on positioned elements (position:absolute, position:relative, or position:fixed)