Recent Questions
Q: We just downloaded the trial versions to evaluate and I noticed something a little odd. When I build a menu that will not have icons next to the links, I don't see a way the I can move the test further tothe left inside the menu. 
 Notice how the links within the menu box are almost centered? Is there anyway to move those items further to the left?
 
A:  Try to set the following parameter. 
  var tlevelDX=0; 
You cannot move it closer to the left side.
Q: You have a great, and very intuitive and easy to learn, product.
 I'm down to two dumb questions:
 A. What controls the little red arrows? I'd like them on every one of the navigators.
 B. How do I create equal space between the drop down menu items? It looks weird right now. 
A:  1) If your top item has a submenu this arrow will appear automatically.
For the items without submenus you may write:
 ["Home   <img src='skin_data.files/arrowmain11.gif'>","index.html", "", "", "", "_self", "", "", "", "", "", ],
 ["About Us   <img src='skin_data.files/arrowmain11.gif'>","about_us.html", "", "", "", "_self", "", "", "", "", "", ],
You can find arrowmain11.gif image in the attached example.
Actually you can add any html code inside item's text.
2) Set the drop down menu padding:
  var itemPadding="3px 15px 3px 3px";
Q: I have now re-uploaded the data files.
 The online dhtml menu works fine in Internet Explorer but, comparing the load time of IE with Firefix, Firefox is considerable faster.
 I just wondered whether there was a faster way to force it to load in IE. 
A:  Try to set the following parameter:
  var dm_writeAll=0;
Q: Can title attributes be added to a javascript dynamic menu?
A: Yes you can add titles in javascript dynamic menu.
See menuItems parameter:
  var menuItems = [
 [text, link, iconNormal, iconOver, tip, target, itemStyleInd, submenuStyleInd, jsFilename],
 [text, link, iconNormal, iconOver, tip, target, itemStyleInd, submenuStyleInd, jsFilename],
 ...
]; 
 ["Product Info","", "deluxe-menu.files/icon1.gif", "deluxe-menu.files/icon1o.gif", "TITLE", "", "", "", "", "", "", ],