Recent Questions
Q: I just purchased deluxe menu and can't seem to figure out how to get a custom onMouseOver and onMouseOut event to work on a javascript drop down menu item.
 Could you please detail how to do this?
A:  Unfortunately, you can't assign onmouseover/onClick/onContextMenu event to each item.
 However, you can achieve this by using standard html objects within javascript drop down menu items, for example:
   var menuitems = [
 ["<div onContextMenu='your_code_here'>item text</div>", ""]
 ];
Q: Could I use the javascript menu system tab with ASP pages.
A: Deluxe Tabs is a javascript menu system. It works on aclient side and doesn't depend on server-side implementation.
So there is no limitation for server-side scripting.
Q: Hi I have a menu item which has a word wrap on it. The word wrap it auto so instead of saying the following 
 Sickline Call
 123456789 
 It says 
 Sickline Call 123 
 456789 
 I need to put either spaces in the title to level it out or a carage return
 
A: You can use any <html> code within menuItems, for example: 
  var menuItems = [ 
 ["Home","testlink.html", "", "", "", "", "", "", "", ], 
 ["Sickline Call<br>123456789","", "default.files/icon1.gif", "default.files/icon1o.gif", "", "", "", "", "", ],
Q: We have been evaluating your menu control.
 But we are not able to use PNGFix javascript which is used for transparent PNG image in our down navigation bar. Your menu is transparent but it goes one layes behind. It should come on top of all with transparecy. 
 Your reply could help us make a buying decision. 
A: 	Unfortunately it is really so. PNGFix javascript won't work.
We'll try to add feature to use transparent PNG images in the next version of Deluxe Menu.