Home › Forums › CSS › Navigation Menu – Making Drop Down Links Invisible & Visible On Mouseover? › Re: Navigation Menu – Making Drop Down Links Invisible & Visible On Mouseover?
July 14, 2012 at 9:59 pm
#106112
Participant
Would need to see the HTML code of the menu as well. You’re using this structure, it should be fine:
- Item 1
- Item 2
- Item 2a
- Item 2b
- Item 2c
- Item 3
Make sure that the submenu UL is wrapped within the LI (closing the LI before the submenu starts is a common mistake).