Is there a way to activate a submenu in a styled menu using only the [Tab] key so that the submenu becomes visible?
I attempted to use the :focus pseudo-class
ul
li
a:focus
+
ul
li
a ...
and when the submenu is selected:
ul
li
a (?)
+
ul
li
a:focus ...
Unfortunately, I couldn't figure out how to select the active node with CSS
Take a look at this: http://jsfiddle.net/iegik/DKvH2/