Issues with CSS drop-down menu

by 2 replies
3
I have made a dropdown menu with HTML and CSS. You can see it here: Edit this Fiddle - jsFiddle

My problem is how do I get the nested <li> to ONLY display when I hover over the label for it (e.g. Services, About Us), and not when I hover over the area it will display.

Thanks,
Tim
#website design #css #dropdown #issues #menu

Next Topics on Trending Feed

  • 3

    I have made a dropdown menu with HTML and CSS. You can see it here: Edit this Fiddle - jsFiddle My problem is how do I get the nested <li> to ONLY display when I hover over the label for it (e.g. Services, About Us), and not when I hover over the area it will display.