Is there a way to open a submenu on click. Keep it open till you click again? for mobile phones. That does NOT rely on a checkbox or jquery{onclick}? I wont bore you with code as I know it can be done those ways and there are plenty of examples. I can make it open on hover using
#limenu:hover > ul.submenu
but how can i make it stay open with css only?