Recent Questions
Q: Can the main menu items be set so they are all the same width without specifying pixel widths?
A: You should create Individual Style and assign this style for allitems.
var itemStyles = [
["itemWidth=150"], //style 0
];
var menuItems = [
["DHTML Menus","", "images/icon1.gif", "images/icon1o.gif", , ,"0", , , , , ], // assign style 0
["Apycom products","", "images/icon1.gif", "images/icon1o.gif", , , "0", , , , , ], // assign style 0
["Contacts","http://www.apycom.com/contact.html", "images/icon1.gif", "images/icon1o.gif", , , "0", , , , , ], // assign style 0
];
Q: I cannot see my menu in IE7. Please, help!
A: Try to set exact value for the menu width
var menuWidth="700px";
Try that.
Q: We cannot find any info in any of the other features like open popup window or calendar functions. Please advise.
A: We have different sites for each product:
Deluxe Menu, http://deluxe-menu.com
Deluxe Tree, http://deluxe-tree.com
Deluxe Tabs, http://deluxe-tabs.com
Calendar, http://www.calendardatepicker.com
Popup Window, http://deluxepopupwindow.com
Q: Can I use a menu java scrip Item for text and get the text to wrap within a predefined menuWidth?
A: You should set the following menu java scrip parameter:
var noWrap = 0;
or use <br> tags within menuItems.