I’m working on a simple nav bar with a drop-down menu on hover using the visibility property. But when I hover, the condition does not take effect. What is the logic behind this?
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.
You are trying to make the subitems visible with
but the subitems
ulis not nested inside anli, soul li uldoes not match the subitems. Therefore, change your html to something likeplease also see my forked fiddle.