Recent Questions
Q: I'm trying created an independent menu from my html pages. 
I have several pages stored in directories and subdirectories, 
I would like to call theses pages from a single dhtml menu script.
A: You can use additional parameters to make menu paths absolute:
  var pathPrefix_img = "http://domain.com/images/";
  var pathPrefix_link = "http://domain.com/pages/";
These parameters allow to make images and links paths absolute.
For example:
  var pathPrefix_img = "http://domain.com/images/";
  var pathPrefix_link = "http://domain.com/pages/";
  var menuItems = [
 ["text", "index.html", "icon1.gif", "icon2.gif"],
];
So, link path will be look so:
http://domain.com/pages/index.html
Images paths will be look so:
http://domain.com/images/icon1.gif
http://domain.com/images/icon2.gif
Please, try to use these parameters.
Q: Where do I add my "blahblah.htm" page links in js menu? 
Copy of menu data below. I assume it is between the first pair " " but not sure about all the , , , , , "0" etc following.
 ["Home","", , , , , "0", , ], 
     ["Contact","blahblah.htm", , , , , "0", , ], 
          ["|Hosts","", , , , , , , ],
A: You're right, the following syntax is correct: 
["Contact","blahblah.htm", , , , , "0"] 
Here is the format for a menu item: 
["text", "link", "icon1", "icon2", "tip", "target", "styleIndex"] 
Please, try to use Deluxe Tuner application to configure your menu: 
http://deluxe-menu.com/deluxe-tuner-info.html
Q: I have downloaded the trial version and so far I really like what I see except for one issue. Any page that includes the following doctype: 
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 
 seems to break the absolute positioning of the menu and sends it to the far upper left corner of the page. Any help on fixing this would be greatly appreciated. 
A: The problem is in <!DOCTYPE> attribute.
Please, set 'px' units for posX and posY parameters,for example:
  var posX="100px";
  var posY="100px";
Q: From 
http://deluxe-menu.com/recent-questions-support.html I have read: 
 Jul 25, 2008 - I am still interested if there is a dynamic way to rebuild (and restructure) a javascript menu example..
 Q: So, I am still interested if there is a dynamic way to rebuild (and restructure) a menu w javascript, just for interest. 
 A: No, unfortunately it is not possible to rebuild the menu without reloading of the page now. We'll add this feature in the next version of the menu. 
 Can you say anything about date for that funcion? 
 May-be the function is ready in an un-officiel version? 
 I have buy this product-collect, and is in touch to implement dynamic 'ajax' menu with php, And the function to reload menu will be very pretty
A:  It is not possible to rebuild/reload the menu at once,but you can use our API function to change any menu itemsw/0 page reloading, please see
http://deluxe-menu.com/functions-info.html
http://deluxe-menu.com/dynamic-functions-sample.html
Also please check
http://deluxe-menu.com/ajax-technology-menu-sample.html