Recent Questions
Q: I just noticed as well that I cannot change the spacing of the buttons.
 Right now the buttons are tight together, how do I create a gap between each dhtmlmenu button?
A: You can paste the separator.
Please, see the following parameters:
//------- Separators -------
  var separatorWidth = "10";
  var separatorHeight = "20";
  var separatorAlignment = "center";
  var separatorImage = "C";
  var separatorVWidth = "150";
  var separatorVHeight = "10%";
  var separatorVImage = "image.jpg";
You can create separators using menuItems, for example:
  var menuItems = [
 ["item 1"],
 ["-"], // this item is separator
 ["item 2"],
];
You can also use this parameter:
  var itemPadding = "4px";
You can also set multiple values, for example:
"2px 15px 5px 5px";
(top, right, bottom, left)
Q: If you will go to my site you will see that the buttons turnwhite or unload and reload when hovered over. Is there anything I can do toprevent this?
 
A: You can have such effect when the page entirely was not loaded yet. 
So, images were loaded only for the 1 state and for the other were not loaded yet.
If you don't want to have such effect you can use 1 state buttons. 
Q: When viewed in the DeLuxe Tuner preview mode everything is OK and as desired, but in the IE8 view the dropdown menus are still centered instead of flush left. 
A: 	Try to install the menu in the following way:
 <td align="center">
 <span style='text-align:left'> 
 <script type="text/javascript" src="data.js">
 </script>
 </span></td>
Q: I have problem with our characters also, the иж№рѕИЖ©Р® are all messed up. The program doesn't work on iso-8859-2 charset.
 How can I change the charset of the code it generates? I did in templates, bt generator still generates the menu in windows-1250 charset.
 Well, I can edit by hand later but...
 
A: You should set charset attribute on your page: 
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-2" /> 
Unfortunately, you can't see these characters correctly in Deluxe Tunerapplication.