Recent Questions
Q: I now have a menu that I like. Works great, but not with the Explorer browser. Works perfectly with Firefox and Opera. Doesn't work with Explorer. I tried using Explorer installed on several computers at different installations - at home, work and at a friends house. So it doesn't appear to be anything specific to my version. I don't have high security enabled. 
 Can you identify my problem? I've spent hours trying to fix this. 
A: Please, see your menu parameters. Now you have: 
  var itemBackColor = ["#0","#ffffff"]; 
It is not right. 
You should write for example so: 
  var itemBackColor = ["#0000FF","#ffffff"]; 
Q: I recently received a non-profit license for your product, and after I installed it and the 'trial version' label disappeared, two of my javascript menu frames started appearing "up", instead of "down" which is preferred.
 The 'enrollment center' and the 'physician center' work fine. The 'volunteer center' and 'donor center' used to work correctly (down) before I updated to the non-profit license, but now they appear "up".
 If you could please help me that would be great. 
A:  You should set the following parameter:
  var subMenuVAlign="top";
Q: I am looking for Vista Style 1 - java popup menu for iweb (Mac)
Can you help?  
A: To create your menu on MAC you can use HTML version of Deluxe Tuner (for MAC OS).
Downlaod the trial version from MAC 
http://deluxe-menu.com/ 
http://deluxe-menu.com/deluxe-tuner-info.html 
Deluxe Menu wasn't developed as iweb/Dreamweaver/Frontpage extension,BUT you can use it as standard Javascript files. To install the menuinto your html page:
1. open the page in your program
2. open html source code of the page
3. add several rows of code (<script> tags),
 For info see:  http://deluxe-menu.com/installation-info.htmlThat's all.Q: I was not able to resolve seeing FAQ, is the following one: 
 If an item of a menu is very large, as "please, select the color you prefer for the background of the image of the photo of your san", as can I put a break line to obtain the item written in two or more lines?, as, for example: 
 please, select the color you 
 prefer for the background of 
 the image of the photo of your son 
 only an item, anly a link, but three lines in the item. 
A: Try to set this parameter: 
  var noWrap=0; 
If it is not suitable for you, try to use <br> tags in the item text, for example: 
  var menuItems = [ 
 ["please, select the color you<br>prefer for the background 
 of<br>the image of the photo of your son",,,], 
];