Recent Questions
Q: How to set the icon vertically top when the menu in dhtml text is wrapped?
A:  Unfortunately it is not possible to align icon vertically now.
But you can do it using html code within menu in dhtml items, for example:
  var menuItems = [
 ["<img src='deluxe-menu.files/orangeDot.jpg' style='border: 0 none;'>  Home","testlink.html", "", "", "", "", "", "", "", "", "", ],
 ["<img src='deluxe-menu.files/orangeDot.jpg' style='border: 0 none;'>  Product Info hgdgfjh     aaaaaaaaa aaaaaaa     aaaaaaaaaaaaaaaaaaaaaaaaa     aaaa","", "", "", "", "", "", "", "", "", "", ],
Q: When using the tab menu css the third item in the second tab seems to have a mind of its own.а will not take the attributes of all other tabs. 
 Have tried to force it to comply be creating an individual style just for that button...but that doesn't work either.
 have spent (wasted) much time trying to get this to work.а What is the problem?ааа Very frustrated.
A:  This tab differs from other tabs because it is selected tab. You'veset:
  var bselectedSmItem=10;
You can try to set it in the following way: 
  var bselectedSmItem=0;
Q: Also. I'm very pleased to see a change font mouse over event, but I can't find where to change this in java menu program, can you help ?
A: You can set font color for mouse over state in java menu program (Font/section fontStyle parameter).
Q: I cannot find the parameter in deluxe tabs file "data.js" for umlaute a, u. I want it to set manually. 
A:  You can save your data file in UTF-8 in Windows version of DeluxeTuner v3.2.9.
You should turn on "Tools/Use utf8 encode" property.In that case your data file will be saved in UTF-8 encode.
Enter these symbols and save your data file.
If you don't want to use UTF-8 encode on your page you should turn off"Tools/Use utf8 encode" property, save your data file and manuallychange your letters in any text editor.
You can also replace your letters with special sets, for example
ä 
ü 
  var menuItems = [
 ["ä....","testlink.html", "", "", "", "", "", "", "", ],
 ["ü....","testlink.html", "", "", "", "", "", "", "", ],