Recent Questions
Q: I am having a difficult time trying to integrate your menu into a frame system of my clients. The url that I am testing at is...
I believe that I have followed your instructions to the letter, but can't seem to get the cross-frame system to work. Any help would be appreciated.
A: Please, check dmWorkPath parameter. You should write in the followingway:
<SCRIPT type=text/javascript> var dmWorkPath = "nav_011907_files/";</SCRIPT>
See also how you should write your dm_init function
dm_initFrame("frmSet", 1, 2, 1);
Please, notice also that Deluxe Menu can work within 1 frameset only.
It can't work correctly within nested framesets. It is possible that you'll havesome errors.
Q: We want to evaluate Delux Menu(DM). But before doing any testing I want to ask few questions.
-#1 Can DM support context menus on right click with in a DIV and on a button click.
ex: I have a Options button on the web page and also a DIV which is transformed using xml and xsl.
Onclick of the button and right click within the DIV area should popup the same menu.
I have various DIVs and each DIV has its own context menu.
-#2 Any issues like IE memory leaks by using DM. I am asking this we are having some issues with the present menu control we are using. IE hangs up when the web page is idle for more than 20 mins.
A: 1. Deluxe Menus supports such a feature. Please, go tohttp://deluxe-menu.com, section "Samples->Functional Samples->Popup Menu"
You can create any number of menus on a page.
2. We don't know about such a problem with Deluxe Menu. Please, try atrial version of DM. It has a full functionality.
Q: It looks as though I should be able to have an icon before each item in the sub-menu in javascript tabs, but I don't seem to be able to get thisto work.
Could you please tell me how to fix this?
A: You can use icons before each item in the sub-menu.
You should use the following parameters:
- set icon in the "Item Parameters" window.
- set the width and height of this icon
var biconWidth=7;
var biconHeight=7;
var biconAlign="left";
- set, for example
var bbeforeItemSpace=15;
var bsmItemAlign="left";
Q: Is there a way to open the link of my down horizontal menu in the same window?
A: You can set the following parameter:
var itemTarget = "_self";