Recent Questions
Q: I want to use free Non-Profit License of down menu button for my own application that I'm doing.
A: We issue non-profit licenses for Internet websites only.
If you want to use Deluxe Menu within your own application you shouldbuy Developer License.
Q: Is there a way to center button names because by default they are left justified?
A: Try to set the following parameters:
var itemAlignTop="center"; // text alignment for the top items
var itemAlign="center"; // text alignment for the submenus
Q: I have one more question before I purchase alicense: is there a way to use images instead of text as the menu items?
A: Yes, you can create image-based menu.
If item text is empty, icon fields will be used as item images.
For example:
["", "index.html", "itemImageNormal.gif", "itemImageOver.gif", "Home Page"]
Q: I have set it to:
var tlevelDX=0;
It has helped somewhat but there still is a gap between the left side and the image icon. Is there any other parameter I can alter to push it more to the left?
A: You can try also to set the following parameters:
var texpandBtn=["","",""];
var texpandBtnW=0;
var texpandBtnH=0;