I am trying to implement Modal Window in my html. On Clicking Register the modal Window appears. But when i implement a second modal window for Login only the background changed but the window doesnt appear
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.
Your login modal div element is within the register modal div element. I think you forgot a closing
</div>