Recent Questions
Q: I have a problem... 
On some computers running IE the menu appears and works correctly, on others it doesn't appear. 
There is only a line that says JavaScript Menu by Deluxe-Menu.com. 
Both of these computers have the same version of IE running. I have reset the security levels back to default levels on both. Still the menu doesn't appear. 
For all practical purposes both copies of IE are the same.
 
A: You should change your security settings in IE to allow Javascript onpages you load. In other case you can't see a dynamic page content. 
There is no way to enable these preferences automatically, in othercase there are no reasons to create security preferences. 
You can also use Deluxe Tuner application that allows you to generate additional html code for search engine that can't parse Javascript. So, you can use menu links on browsers that doesn't have Javascript support enabled.
Q: I want to have one of the drop menus in the horizontal navigation use a different image. 
I am using the vista images and would like to have all of them but one use the same image
and the last one a different one. Can this be done?
 
A: You should create Individual Style for the last item and assign another image for it.
  var itemStyles = [
 ["itemWidth=92px","itemHeight=21px","itemBackColor=transparent,transparent","fontStyle=normal 11px Tahoma","fontColor=#FFFFFF,#FFFFFF","itemBackImage=data-vista-01.files/btn_black.gif,
data-vista-01.files/btn_black_blue.gif"],
 ["itemWidth=92px","itemHeight=21px","itemBackColor=transparent,transparent","itemBackImage=data-vista-2-03.files/btn_green.gif,data-vista-2-03.files/btn_green2.gif","fontStyle='normal 11px Tahoma','normal 11px Tahoma'","fontColor=#FFFFFF,#FFFFFF"],
];
  var menuItems = [
 ["Home","testlink.html", "", "", "", "", "0", "0", "", "", "", ], //style 0
 ["Product Info","", "", "", "", "", "0", "", "", "", "", ], //style 0
...
 ["Purchase","http://deluxe-menu.com/order-purchase.html", "", "", "", "_blank", "0", "", "", "", "", ], //style 0
 ["Contact Us","testlink.htm", "", "", "", "", "1", "", "", "", "", ], //style 1
];
Q: I purchased your product yesterday and was quite impressed, but I am having a bit of a problem with my submenuitems.
 In the general menu properties there is a "Global"   var titemHeight = 22;
 My problem is that I would like my upper level of my drop down menu to have one itemheight and my submenuitems to have a smaller height. Is this possible?
 A: In the XP Style
  var tXPStyle=1;
the item's height for the top items and submenus will be different.
If you want to use
  var tXPStyle=0;
you can set ite's height for the submenus:
  var titemHeight=16;
And for other items use the blank icon with the height you want to have for the upper level of your menu items.
Q: When I save the file in our folder all the icons stop showing.  I placed a image folder in our IE folder and still no icons are showing.
A: You should check all your paths.
Please, check that you have correct paths in the tmenuItems. Forexample: 
  ["|Samples", "", "icon3_s.gif", "icon3_so.gif", "", "Samples Tip"],
    ["||Sample 1", "testlink.htm", "iconarrs.gif"], 
    ["||Sample 2", "testlink.htm", "iconarrs.gif"], 
    ["||Sample 3", "testlink.htm", "iconarrs.gif"], 
    ["||Sample 4", "testlink.htm", "iconarrs.gif"], 
You can also try to use the following parameter: 
  var tpathPrefix_img = "img/";