How does stackoverflow does that hovering effect on a tag of a question? How to do the same using jquery?
EDIT:
Not that mouseover i want the submenu showing Add Jquery to favorite tags
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.
This should do the work.
http://jsfiddle.net/5GD6r/4/
I have coded it almost exactly the way Stack Overflow does. I built upon the button already created by @Reigel.
HTML:
CSS:
JAVASCRIPT: