Recent Questions
Q: We had to activate the tcloseExpandedXP to 1.
 So far, that is OK. But as soon as we do so, The main menu-titles are aligning to the LEFT side! We could not get them to align to right as needed.
 Any idea how this could be fixed? 
A: You can try blank images before the top-menu items. 
 ["<img src='blank.gif' width=84 height=12>Text","", , , , , , , , , , ], 
  ["|Text","general/forms/form01.php?c2=80&c3=250&fa=1", , , , , "fmain", "5", , , , ],
  ["|Text","general/forms/form01.php?c2=80&c3=0&fa=6", , , , , "fmain", "5", , , , ], 
  ["|Text","general/forms/form01.php?c2=80&c3=0&fa=2", , , , , "fmain", "5", , , , ], 
  ["|Text","", , , , , , "5", , , , ], 
 ["<img src='blank.gif' width=44 height=12>Text1","", , , , , , , , , , ], 
 
Q: Now I experiences a problem with the Danish letters in dhtml menue.
I have changed the letters in the scriptfile - but this does not work.
Have we a problem with Danish letters?
A: Please, check that you've set "Tools/Use utf8 encode".
Notice that you should have UTF8 charset on your page too:
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
You can also use another charset on your html page and open your data file in text editor, 
enter thissymbols and save data file in the way you save your html page.
Notice that you should turn off "Tools/Use utf8 encode" setting in
order to open your data file correctly in Deluxe Tuner.
Q: Is it possible to use more than one Menu in one Site, for example with 
 <script type="text/javascript">  var dmWorkPath1 = "menue/produkt.files/";</script> 
 <script type="text/javascript" src="menue/produkt.files/dmenu.js"></script> 
 <script type="text/javascript">  var dmWorkPath2 = "menue/navigation.files/";</script> 
 <script type="text/javascript" src="menue/navigation.files/dmenu.js"></script> 
 unfortunately this syntax doesnґt work 
A: You can use as many menus as you want on the one page. 
But you should call dmWorkPath parameter and dmenu.js file only onceon the one page.
You cannot write dmWorkPath1 and dmWorkPath2. Youir menu won't workcorrectly in that case.
You should write 
<!-- Deluxe Menu --> 
<noscript><a href="http://deluxe-menu.com">Javascript Menu by Deluxe-Menu.com</a></noscript>
<script type="text/javascript">  var dmWorkPath = "menudir/";</script> 
<script type="text/javascript" src="menudir/dmenu.js"></script> 
<!-- (c) 2007, http://deluxe-menu.com --> 
and call several data files: 
<script type="text/javascript" src="menudir/data1.js"></script> 
... 
<script type="text/javascript" src="menudir/data2.js"></script> 
... 
<script type="text/javascript" src="menudir/data3.js"></script>
Q: I have a question regarding your java dropdown menu. I am evaluating them in order to assess their functionality. 
My menu will often have many items, say 100 or so. I would like them to display horizontally, like a grid so they are all visible on one page. Also, they should run alphabetically down each column, then to the next column like a telephone book, not across. 
Is this possible with your java dropdown menu?
A: Yes, it's possible, please see an example:
http://deluxe-menu.com/multicolumn-menu-sample.html