Hi,
I'm using cssmenu.tpl but need to add keyboard access so when the tab key is pressed the drop down shows and you can tab down the list.
I've found this example but am unable to make it work with CMS Made Simple.
http://uablogs.missouri.edu/interface/2 ... ccessible/
Have spent sometime searching through the forum without success, suprised nobody has encountered this before.
Thanks,
Chris
How do I add keyboard accessibility to menus [solved]
-
- Forum Members
- Posts: 80
- Joined: Thu Jul 21, 2011 10:29 am
How do I add keyboard accessibility to menus [solved]
Last edited by douglas1438 on Fri Nov 08, 2013 4:50 pm, edited 1 time in total.
Re: How do I add keyboard accessibility to menus
Using their CSS you would change the .nav call to #primary-nav, same in the JS function call...
-
- Forum Members
- Posts: 80
- Joined: Thu Jul 21, 2011 10:29 am
Re: How do I add keyboard accessibility to menus
Back to this problem again, tried changing their code to call #primary-nav instead of .nav and also adding .nav as a class to my menu without success.
Any further advice would be very much appreciated.
Thanks,
Chris
Any further advice would be very much appreciated.
Thanks,
Chris
Re: How do I add keyboard accessibility to menus
Maybe all you need is to use the accessible_simple_navigation.tpl then add the access keys to the Options tab...
If you look at a default install home page you will see the number 1 in the Access Key: ...
Access Key:
Tab Index:
If you look at a default install home page you will see the number 1 in the Access Key: ...
Access Key:
Tab Index:
-
- Forum Members
- Posts: 80
- Joined: Thu Jul 21, 2011 10:29 am
Re: How do I add keyboard accessibility to menus [solved]
Managed to use top-menu.js in the end.
Link here:
https://code.google.com/p/keyboard-acce ... uery-menu/
Link here:
https://code.google.com/p/keyboard-acce ... uery-menu/