Recent Questions
Q: Will the .js file dhtml menu script still be obfuscated with the purchased version of Deluxe Menu?
I'll need to tweak the final script to create the menus I want so this would make a big difference in my decision to purchase.
A: See in Single Website License, Multiple Website License and DeveloperLicense our source code is obfuscated.
And in Developer License with Javascript Source Code you can see thecode and change it.
We support all our customers.
But we DO NOT provide technical support for modified source code.
Q: Click on the option "telefoonlijst" and a submenu has to pop-down… whay is this done not OVER the other object (e.e. the 'frameDESKTOP')
Click index2.htm to see the code is working when the top-frame is 120 pix large!
A: Please, see how you should install the menu in cross-frame mode:
http://deluxe-menu.com/cross-frame-mode-sample.html
Unfortunately, Deluxe Menu can work within 1 frameset only. It can't work within nested framesets.
Notice that you should add dmenu_cf.js file in the folder where your menu is created in.
Q: I have some problems with Deluxe Tree.
I have set the var tlevelDX to 5 to decrease the indent for each level of items, but would like to decrease the indent even more. Ican't find the parameter that will set the indent in pixels of thefirst level item.
Also, is there a setting that will put text for a menu item on a second line?
I hope that you can help.
A: You can make the smallest indent this way:
var tlevelDX = 0;
You are not able to have more little indent. This place is reservedfor + buttons.
Try to set this parameter:
var tnoWrap=0;
You can also use <br> tags in the item text, for example:
var tmenuItems = [
["line 1<br>line 2"],
];
Q: Just wondering if it's possible to have the sub menu of my collapsible dhtml menu that appear when the "+" is clicked stay open when another page loads. I tried downloading the trial version & can't get that to happen.
Click on "web development" and then "web design portfolio" - when the new page loads the menu closes. Is it possible to have it remember which sub menus were showing when the new page loads?
A: Deluxe Tree has save state feature. You should set the followingparameter:
var tsaveState=1;