- AJAX menu loading - loads web menu data from the server "on-the-fly". - Items with icons - Several menus on one page - Submenus automatically scrolls - Personal CSS styles for separate menu elements - Submenus dropdown on mouseover - Image arrows - Text aligned to left
Good menu is an essential part of website commercial success. If people can't find their way around the site, they will fast give up seeking and retire, never to return. So, it's extreme serious that your website has a accurate, precise, prompt, and navigation of immaculate appearance. Don't let your web site guests to get lost. Try Deluxe Menu!
Q: Ich habe Kauf Ihr Produkt vor einer Weile, aber ich habe eine Frage. Wenn es einen submenu gibt, den die Software collaps ein + Knopf der submenu hinzufügt. Meine Frage ist, kann ich dem Hauptpunkt eine Verbindung hinzufügen, damit wenn der Verbraucher es, das Menü Wille collaps ebenso anklickt?
Zum Beispiel wenn Sie anschauen Sie Beispiel das es gibt eine Funktion „Produktinfo“ die ich collaps jenesMenu" durch Anklicken vom + Symbol kann, aber ist es auch möglich, ihm collaps zu lassen, wenn ich„Produktinfo“ sich klicken würde. Es wäre ein nettes Kennzeichen.
Q: I would like to know how to put items in on multiple lines for the horizontal navigation (i.e. create a line feed), how do I tell my code to start a new menuitem on the NEXT line?
A:There are 2 ways to do that:
1) set
var noWrap=0;
2) use <br> tags, for example:
var menuItems = [ ["|Here is where <br>I would like <br>to have a line<br> feed",,"","", "", "", "", "", "", "", "",], ];
Q: Dreamweaver navigation bar disappearing behind flash file in Firefox..
A:You should add "opaque" parameter for
Q: Pls help me with another question.
I have an horizontal menu in which the submenus drop down (as in example # 1 you have in your web).
For the first level items (which are horizontal), I do not want item spacing or itemPadding, that is: var itemSpacing=0; var itemPadding=0;
However, for the second and third level menu items, that drop down, I do need spacing and padding, like this: var itemSpacing=1; var itemPadding=1;
How can achieve this if, we have only one set of parameters??
Thank you very much and best regards
A: You should use Individual Styles.
You should set the following parameters:
var itemSpacing = 0; var itemPadding = 0;
and create individual style for submenus var menuStyles = [ ["menuBackImage=images/subm_back.gif","itemSpacing=1","itemPadding=1"], // add Spacing and Padding to the style which is used for the third level menu items. ["columnPerSubmenu=2"], ["itemSpacing=1","itemPadding=1"], //style 2 ];
You should assign this style for the second and third level menu items