This is the following snippet I want to edit. http://www.cssscript.com/simple-accordion-menu-with-css3-transitions/
heres the demo http://www.cssscript.com/demo/simple-accordion-menu-with-css3-transitions/
I want to click to dropdown and it stays dropped down until I click on another menu or the same one again.
Any idea on how I would be able to do this?
Use the
target
pseudo-class in place of hover. Note I've added an ID to each sub-menu and used the top level nav item to link to that section.