Tagged: accessibility, menu items, w3c
Hi Does anyone know how I can change the dropdown activation from mouseover to click activation? This will make a much more accessible nav in speech readers.
It maybe nice – but not necessary – to only apply to menu items that have an href=”#”.
Thanks in advance
Dominic
Hey domchocolate,
This sounds very tricky, since it is css that opens a dropdown menu, you would need to override or remove this and the somehow open the menu dropdown with javascript, but this may make your other customizations not work, which use the css to open menus when tabbed.
You may be better to use a menu plugin that offers these features and use it instead of the built-in menu.
Best regards,
Mike