Recent Questions
Q: We really like your deluxe menu product and are interested in making a multiple website license purchase.
In our current production environment, we build sites on a local machine (no domain) and move the files/sites to multiple servers depending on where the domain is being hosted.
Do we have to reconfigure the domain key each time we move deluxe menu related site files from the actual domain server to our local production environment and back again?
A: Notice your key will work on registered domain only. It won't work onlocal machine.
If you want to use the menu on the local production environment youshould buy Developer License.
The Developer license you can use the menu on an unlimited number of Internet or Intranet sites and on the local machines.
This version of the script doesn't check keys and it isn't bound to adomain name.
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.
Ein:Dank für Ihr Interesse in unseren Produkten.
Sie sollen den Folgenden Parameter setzen:
var texpandItemClick = 1;
>Kehren Sie zu Neuen Fragen zurückQ: Still having trouble with placing the javascript window menu on a fixed position on firefox. So far its only at my testpage. The "Trial Version"-Button however stays at the correct place while the javascript window menu itself moves down if you scroll down... I hope that is fixed in the full version??
A: Now you're using floating feature for the javascript window menu:
//--- Floatable Menu
var floatable=1;
var floatIterations=3;
var floatableX=1;
var floatableY=1;
var floatableDX=15;
var floatableDY=15;
If you don't want to use it you should set:
var floatable=0;
Q: We are facing some problem, in our css drop menu. Please Advise -
When we used "Helvetica" font in deluxe menu, the css drop menu expand, if the above font not installed in user machine.
I would please request you to kindly assist me on the same as the client is getting impatient.
A: It is normal behaviour if there is no such font on the user machine.
You can try to write fonts in the following way:
"fontStyle='bold 12px HelveticaNeue Condensed, Trebuchet MS','bold 12px HelveticaNeue Condensed, Trebuchet MS'"
var itemStyles = [
["itemBackImage=top.files/,top.files/menuhoverbg.gif","fontStyle='bold 12px HelveticaNeue Condensed, Trebuchet MS','bold 12px HelveticaNeue Condensed, , Trebuchet MS'","fontColor=#FFFFFF,#FFFFFF"],
["itemBackColor=#504B48,#7E7666","fontStyle='bold 12px HelveticaNeue Condensed, Trebuchet MS','bold 12px HelveticaNeue Condensed, Trebuchet MS'","fontColor=#FFFFFF,#ffffff"],
];
Find another font similar to your font and write it through a comma.If there will be no HelveticaNeue Condensed font on the user machinethe font will be Trebuchet MS.
You should choose the second font among the following fonts:
Arial
Tahoma
Times New Roman
Trebuchet MS
Verdana
These fonts are installed on the most of windows computers.