Recent Questions
Q: Will I be able to create javascript dynamic menu on my iMac G5? or is this just PC compatible software?
 
A: To create your menu on MAC you can use HTML version of Deluxe Tuner (for MAC OS). You can find it here:
http://deluxe-menu.com/deluxe-tuner-info.html
Q: My menu is working very well in IE 7.0, and almost very well in FF 2.0. 
 In your faq, you mention the following: 
 Fix for flash in Firefox!
 If you don't want the flash to hide under submenus in Firefox you should do the following things: 
 However, I do want the flash to hide under submenus, like it does in IE when I set   var dmObjectsCheck = 1; 
 My menu is beneath my flash.
 
A:  If for some reasons a submenu can't drop down over an object the latter will be hidden for a time when the submenu is shown. 
If you don't want to have such effect you should follow these steps. 
http://deluxe-menu.com/objects-overlapping-sample.html
Q: We are an enterprise license holder and have recently purchased Deluxe Menu and are transitioning to it smoothly except for one minor annoyance; the first dhtml div menu item's submenu always has a gap between the browser’s left side as shown below. This happens for Internet Explorer 6, 7 and Firefox 2 and 3.04b. 
 If I move the menubar to the right about ten pixels, the submenu's left side will line up with the word "Search" as it should. Every other submenu on the dhtml div menu appears directly beneath its menubar item except for the very first one on the left. I’ve tried using a few of the example configurations but they all experience the same behavior. 
 The installation is in a multi-framed environment. 
A:  You should change dmenu.js file. Open it in any text editor and find:
space=15;
Change it to: 
space=0;
Q: Is it possible to integrate a search window for my customers in your apycom dhtml menu..
A: You can use any html code within your menu items.
To add input area and a button you should write your menu item in thefollowing way:
  ["|Search <input type=text style='width:80px;height:17px;font:normal 10px Tahoma,Arial;'> <input type=button value='Go' style='width:30px;height:17px;font:normal 10px Tahoma,Arial;'>", "", "", "", "", "", "", "0"],
You should also add your own code that search has functioned.