I need to create a vertical menu like so:
- Item 1
- Item 1.1
- Item 1.2
- Item 2
- Item 3
- Item 4
I need the sub-menu to expand/collapse below it's parent item on hover. I need it to have a page indicator or the ability to use the active state so the menu displays the page you're currently on. Also, this is going to be customized several times throughout a site, so I need to keep the titles/links in the html only.
I haven't been able to find or create a solution that fits all of these requirements. I have been researching for a few days and keep coming up empty handed. Any advice and/or solutions would be greatly appreciated!