Recent Questions
Q: I cannot see the arrow.gif's in my rollover drop down menu.
 Here is my code:
   var arrowImageMain=["menudir/arrow_main3.gif","menudir/arrow_main3.gif"];
   var arrowWidthSub=0;
   var arrowHeightSub=0;
   var arrowImageSub=["menudir/arrow_sub5.gif","menudir/arrow_sub4.gif"];
 Do I need to put the arrow's somewhere else? 
A: 	You should check the following parameter:
  var pathPrefix_img="data-samples/images/";
Please check that you have the correct path to your aroows relative to the folder withindex.html file.
For example, you have:
 menudir/
 menu.js
 dmenu.js
 arrow_main3.gif
 ...
 index.html
In menu.js file you should write:
  var pathPrefix_img="menudir/";
  var arrowImageMain=["arrow_main3.gif","arrow_main3.gif"];
  var arrowImageSub=["arrow_sub5.gif","arrow_sub4.gif"];
or
  var pathPrefix_img="";
  var arrowImageMain=["menudir/arrow_main3.gif","menudir/arrow_main3.gif"];
  var arrowImageSub=["menudir/arrow_sub5.gif","menudir/arrow_sub4.gif"];
Q: I would like, that not only the text is represented differently when dhtml nav menu item is expanded, also the Icon separates before it at the side where I am.
 iconarrs.gif is not right
 iconarrs_aktiv.gif is right
How do I solve that?
A: You should set arrow for expanded state
    ["||Seite 1","seite1.htm", "deluxe-tree.files/iconarrs.gif", "", "deluxe-tree.files/iconarrs_aktiv.gif", "Seite 1", "_self", "", "", "", ],
    ["||Seite 2","seite2.htm", "deluxe-tree.files/iconarrs.gif", "", "deluxe-tree.files/iconarrs_aktiv.gif", "Seite2", "_self", "", "", "", ],
    ["||Seite 3","seite3.htm", "deluxe-tree.files/iconarrs.gif", "", "deluxe-tree.files/iconarrs_aktiv.gif", "Seite3", "_self", "", "", "", ],
Q: I have a problem with the Menus I bought. When there is a flash file on the page the submenu javascript always goes behind the flash.
 How do I fix this?
A: To overlap your flash file you should add opaque parametersto your flash, for example:
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0"width="566" height="250" title="Intro">
 <param name="movie" value="/includes/banner_final3d.swf" />
 <param name="wmode" value="opaque">
 <param name="quality" value="high" />
 <embed src="/includes/banner_final3d.swf" quality="high" wmode="opaque" pluginspage="http://www.macromedia.com/go/getflashplayer"type="application/x-shockwave-flash" width="566" height="250"></embed>
 </object> 
Q: My menu does not work with IE7 (I don't know if it works with IE6) but it works perfectly in FF and Netscape. HELP!!!
 
A:  You have several errors in your data file. 
Please, check that you don't have additional spaces in yourparameters. 
For example: 
  var fontColor=["#F3E398 ","#F3E398 "]; 
  var itemBackColor=["#43597E","#9B1313 "]; 
"fontColor=#F3E398 ,#F3E398 "