Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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?

share|improve this question
1  
No, you need to employ some javascript / jquery to trap the tab key trigger. – Lowkase May 8 '12 at 18:47
idk if you can do it entirely with css, but try :target – albert May 8 '12 at 19:25

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.