- Inactive/Disabled items - Special JavaScript API for changing javascript menu "on-the-fly" - Text aligned to left - Visible over select boxes, iframes, pdf, flash, Java applets. - Unlimited number of sub levels - Cross-frame support - menus work on frameset-based pages - Image arrows - Filters and Transitional effects
Build right-click menus for your site. For this purpose you should appoint a peculiar method for the object you want. The current X,Y of the mouse pointer or your own ones can be used for the context menu.
Design menus absolutely based on CSS (Cascading Style Sheets). It is possible to apply the personal CSS styles for every elements of the menu.
When the submenu is bigger than the visible page area, the size of submenu will be automatically decreased. To view all the submenu items you do not need to use scrollbars or something like that - just put your mouse to the bottom of a submenu and it will be automagically scrolled! You can also define width and height for each submenu.
Q: Hi, I was wondering if there is a way to leave a main navigation item highlighted when in that section. For example if I clicked on "Contact Us" and when I am on the contact us page, the "Contact us" navigation would still be highlighted. I appreciate any help you might have, thanks!
A: The menu has only two states normal and mouseover. We'll try to add the pressed state in the future.
You can set a pressed item using Javascript API:
function dm_ext_setPressedItem (menuInd, submenuInd, itemInd, recursion)
Sets a current pressed item. menuInd - index of a menu on a page, >= 0. submenuInd - index of a submenu, >= 0. itemInd - index of an item, >=0. recursion = true/false - highlight parent items.
But notice, to use dm_ext_setPressedItem() you should know ID of selected item and subitem.You can't get this ID after you reload your page. That is why you should write your own code on PHP.
Q: I have built a menu with deluxe menu and I have put everything in the same map but the page doesn't display the drop down menu it says there is an error. Could you look what I do wrong?
A:It is not correctly to write local paths on your website. They won'twork:
Q: I have another question regarding the popup window. I need to use an iframe within the popup window. Is there any way I can close the onmouseover popup from the page loaded within the iframe? Something like "parent.document.getElementById('windowid').hide();". Any help would be appreciated.
A: You can close the onmouseover popup using the following function:document.getElementById('win').hide();
Unfortunately it won't work if you use iframe as window content. You open another page in the popup (in Iframe) so you cannot accessdocument.getElementById('win').hide(); element which is situated on the first page.
When you use text or object_id as window content the content of the popup will be situatedon the same page so you can access document.getElementById('win') element and hide it.
There is a workaround. Use text as content type and add the following code inside popup:
JavaScript et DOM » [résolu] Menu dépliant reste pas déplié ... J'avais déjà essayé ce menu jquery mais, même avec le tuto d'alsacreations, le menu redevient .... Notice: Undefined variable: nav_ouvert in D:\[...]\menu.php on line 6
JavaScript et DOM » [résolu] Menu dépliant reste pas déplié ... J'avais déjà essayé ce menu jquery mais, même avec le tuto d'alsacreations, le menu redevient .... Notice: Undefined variable: nav_ouvert in D:\[...]\menu.php on line 6
JavaScript et DOM » [résolu] Menu dépliant reste pas déplié ... J'avais déjà essayé ce menu jquery mais, même avec le tuto d'alsacreations, le menu redevient .... Notice: Undefined variable: nav_ouvert in D:\[...]\menu.php on line 6