The menu should pop up when mouse hover. As for comments on this site.
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.
A quick example would look something like this:
HTML
CSS
Demo: jsfiddle.net/fWK2e
Expand on that concept and you can hide an element until it’s parent is hovered, revealing more content such as links or images, etc. Just know that the
:hoverpseudo-class doesn’t work on older browsers so you’ll have to resolve that with JS.