Is it possible to generate multiple css pop up menus?
Return to Recent Questions
Q:
We're interested in the pop up menu (context menu) you offered. Is it
possible to generate multiple context menus at the same page? Is the
context menu also 508 compliant, in other words, keyboard accessible?
A:
Yes, you can use as many context menus as you want on the same page.
You should call your data files at first
<script type="text/javascript" src="data-deluxe-menu.js"></script>
<script type="text/javascript" src="data-deluxe-menu1.js"></script>
<img src="deluxe-menu.files/logo_w.gif" onClick="return dm_popup(0, 1000, event);" style="cursor: pointer;"> //1st menu
<img src="deluxe-menu.files/logo_w.gif" onClick="return dm_popup(1, 1000, event);" style="cursor: pointer;"> //2nd menu
You can use keyboard in context menus but you have to click (or hover) the image. And only after your subitems appear you can press "Ctrl+F2" and arrow keys to navigate the
menu.
But if you have multiple menus on one page and use keystrokes support you can navigate only the first menu.
Return to Recent Questions
Related:
- Sep 15, 2006 - Are vertical menus also supported? I don't see any in the javascript menu examples.
- Oct 06, 2006 - How can I use right-to-left languages in javascript popupmenu?
- Oct 31, 2006 - Is it possible to use the AXAJ-Like technology and Javascript-API in css pop up menu?
- Nov 22, 2006 - I cannot get the background color of the html popup menu to change
- Dec 19, 2006 - Why submenu css pop-down not OVER the other object (frame)?
- Jan 05, 2007 - Can html side menu support context menus on right click
- Jan 11, 2007 - How can I upgrade my css vertical menu to v.2.0?
- Feb 19, 2007 - I'm having several questions regarding your javascript mouse over popup menu
- Feb 22, 2007 - I like popup-mode html menu sample but I could make it to work on my computer.
- Feb 25, 2007 - Could you please help me with creating of popup menu javascript?
- March 13, 2007 - My drop down menu scripts don't work with a popup.
|