Home › Forums › CSS › HOVER MENU ACCESSIBILITY › Reply To: HOVER MENU ACCESSIBILITY
February 27, 2014 at 8:52 am
#164277
Participant
I guess that you forgot to use :focus.
Maybe you just used :hover on your dropdown menu to open it when the user hovers it, but you also need to use :focus to make it accessible for keyboards too.