Recent Questions
Q: I am trying to get my submenu to be all black along with the main menu item that I am hovering over. 
 But I cannot do it.
 
A:  Now you have 
  ["|About Us","About_Us", , , ,"Tip Text" , , , ,"0"], 
it is not right. You should write 
  ["|About Us","About_Us", , ,"Tip Text", , ,"0",],
Q: Our company has been using the trial version of Deluxe Menu and was satisfied enough with initial integration efforts to acquire the license version.
 We are interested in making our main dhtml rollover menu items a constant width, but the data.js parameters (  var menuWidth="800px";   var menuHeight="30px";   var smWidth="";   var smHeight="";) don't seem to give us that capability. We dynamically remove main menu items based on user roles and when we do the main menu always re-sizes and the remaining main menu item widths no longer match our sub-menu widths. We're able to adjust for this by using the API but that seems to be a lot of unnecessary coding. If we could keep each main menu item a fixed width, our sub-menu widths would not have to change.
 Do you have information on how to accomplish fixed main menu item widths, even better would be an example? 
A: 	Actually you can specify the width and of all or individual dhtml rollover menu items or submenus usingIndividual Item/Submenu styles.
Q: I'm a having an issue with my items in navigation bar menu poping-up behind a flash object on a page. 
 
A: You should add "opaque" parameter for <object> and <embed> tags.
See, how you should install flash on your pages.
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" 
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0"
 height="150" width="732" name="if-header">
 <param name="movie" value="images/flash/if-header.swf">
 <param name="quality" value="best">
 <param name="play" value="true">
 <param name="wmode" value="opaque">
<embed height="150" name="if-header" pluginspage="http://www.macromedia.com/go/getflashplayer" 
src="images/flash/if-header.swf" type="application/x-shockwave-flash" width="732"
quality="best" wmode="opaque" play="true">
</object>
Q: In deluxe tuner, horizontal dhtml menu, how I make sure long menu items can wrap into 2 lines? 
A: You should set the following parameter:
  var noWrap=0;
Or use standard 
 tags inside item's text:
 ["International Music X Home
Decoration X Books","", "", "", "", "", "0", "0", "", "", "", ],