Is there a good way to show a fancy notification to a user when they click a link. Then the link will show a fullspace popup menu that consist option for them. For example they can go delete something on or go back to?
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.
not sure what the question’s asking – heres my best shot at an answer.
have the link in an element (say a div) with a
position:relative;then put the popup menu in another div WITHIN the div you just put the link in. Set this div withposition:absolute;display: none;bottom: 50px;then in jquery do this:is that what you want?