Recent Questions
Q: How can I add a submenu to the parent javascript menu horizontal? 
A:  You should add '|' symbols before item's text.
 ["Samples","", "", "", "", "", "", "", "", "", "", ],
  ["|Sample 1","testlink.htm", "", "", "", "", "", "", "", "", "", ],
  ["|Sample 2","testlink.htm", "", "", "", "", "", "", "", "", "", ],
    ["||Sample 2","testlink.htm", "", "", "", "", "", "", "", "", "", ],
Actually you can create your menu easily in Deluxe Tuner GUI tool.Q: I have the trial of deluxe menu. We are in the process of purchasing it.
 I just noticed that the div drop down menu are not going in front of a flash element that is on the page. 
 I have set the "opaque" value as per your faq. 
 Any other things I should check to get the div drop down menu to be in front of the flash element?
A:  You should add the following function in the beginning of your data file
function dm_ext_ruleObjectHide() 
{ 
 return false; 
} 
See more info here:
http://deluxe-menu.com/objects-overlapping-sample.html
Q: When doing a multi-frame frameset (1 top frame, 2 bottom frames) like this: 
 <frameset ID="frames" ONLOAD="getBottom()" ROWS="50, *" BORDER="0" FRAMEBORDER="no" FRAMESPACING="0"> 
   <frame NAME="frmTop" SRC="top.htm" MARGINHEIGHT=0 MARGINWIDTH=0 SCROLLING=NO NORESIZE FRAMEBORDER="0" /> 
    <frameset ID="bottomFrames" cols="171,*"> 
     <frame name="frmLeft" src="left.htm" MARGINHEIGHT=0 MARGINWIDTH=0 SCROLLING=NO NORESIZE FRAMEBORDER="0"/> 
     <frame name="frmMain" MARGINHEIGHT=0 MARGINWIDTH=0 SCROLLING=NO NORESIZEFRAMEBORDER="0" /> 
    </frameset> 
 </frameset> 
 And using the dm_frameinit like this: 
 dm_initFrame("[object]", 0, 2, 0); 
 it works fine in IE -> the menus are displayed exactly under the text and in the bottom right frame. 
 However, in Firefox, the menu drop down is displayed to the right of the top menu text, and exactly the number of pixels as the width of the left frame.
 Perhaps there needs to be some FireFox checking to fix this? 
 Can you help me with that? 
A: The problem is in a structure of your frameset. 
Mozilla browsers can't determine absolute coordinates for a frame, sosubmenus drop down with an offset. 
You should create the following frameset structure: 
 --|------------ 
   | menu 
 --|------------ 
   | 
   | submenus 
   | 
Now a top row has 2 columns and all browsers can determine awidth of the 1st column in the second row.
Q: I need the flyout menus in the flash navigation bar to be able to be different widths. 
A: Actually the submenu width is depend on the item's size. 
You can alsowrap item's text. 
Set   var noWrap=0; or use standard <br> tagsinside items' text:
 ["|very long text <br> in Item 14","", "", "", "", "", "3", "1", "", "", "", ],
You can set exact width for each submenu using IndividualSubmenu Styles.