Is it possible to create a CSS-only drop down menu that responds to tabbing? I've been able to create a CSS-only drop down menu that responds to :hover but I haven't been successful in getting :focus to work. I can display my drop down menus when I focus on a li that has a ul nested in it but I'm not sure how to be able to then tab to those elements just using CSS.
Is it possible to allow for tabbing in a CSS-only drop down menu or is it restricted only to using a mouse?