Recent Questions
Q: I am interested in purchasing your product (in particular – Mac Tabs). I downloaded a trial to test Mac Tabs. The trial Mac Tabs is not the same as shown on your website where the “links” appear horizontally under the “tab”. In this trial version the “links” appear as tabs also and not in a horizontal bar under the tab.
In testing the XP Tabs trial, I found it worked correctly.
Is there something wrong with the trial version of Mac Tabs?
A: See, if you want to add links to the tabs you should create your tabmenu in Tab mode.
var tabMode=1;
You can find all instructions how to create such tabs in the Templatewindow "MAC" tab.
You should add subitems for the items and assign Tab Style for thesubitems.
For example try to use MAC Style 2 Tab Mode.
Q: I have created a test page using deluxe menu and would like the menu to appear in the centre of a frame. I have tried usind <div> and <table> tags and while either gives correct results with Internet Explorer, neither gives correct results with Mozilla.
A: Try to set exact value for menuWidth, for example:
var menuWidth="130px";
Q: I'm using onclick tabs and want to ask if it's possible to change the the z-index id?
A: To change z-index in Deluxe Tabs you should open dtabs.js file in anytext editor and find the following text " var TLJ=2000;".
Here you should change the value.
Q: Thank you in advance for reviewing my question. By the way, I love the software and the menus it creates!
Question: I would like my horizontal menu buttons all have a uniform width, for example, all 7 top level buttons 120 pixels wide. I am not finding this setting in the available parameters.
Is there a way to do this? Any assistance would be appreciated.
A: You should create Individual Style and assign it for all top items.
var itemStyles = [
["itemWidth=120px"],
];
var menuItems = [
["Home","testlink.html", "", "", "", "", "0", "", "", ],
["Product Info","", "deluxe-menu.files/icon1.gif", "deluxe-menu.files/icon1o.gif", "", "", "0", "", "", ],