Recent Questions
Q: I can't figure out how to get menu items to swap images to use like a traditional image rollover. In the Dhtml menu, I can change the style background without needing images, or I can use generic images as a background, but I have situations where I need to use unique images for each state of a button. 
 These unique image buttons contain text and graphics, and there are different images for different states: normal, mouse over, mouse down.
 
A: The menu has only two states normal and mouseover. 
You should use Individual Item Styles. 
Please, see the example of Deluxe Menu here: 
http://deluxe-menu.com/data-templates/vista-style-02-template-sample.html 
You should use "itemBackImage" parameter. 
  var itemStyles = [ 
 ["itemWidth=92px","itemBorderWidth=0","fontStyle=normal 11px Tahoma","fontColor=#FFFFFF,#FFFFFF","itemBackImage=btn_greenblack.gif,btn_green.gif"],
]; 
Q: We have problems with the japanese down css menu being seen on many Japanese computers.  It comes up with squares. 
 Can you advise us how we can fix that program.
A: If you are using a Japanese system then everything should render correctly. 
If you are using an English system with a Japanese IME then you willneed to set the font in the Tuner to one that supports the characters you require.
Q: Will the Tabs Tuner allow you edit/specify the color schemes on the Glass style tabs?
 Does this apply for all the styles as well? ( need to match corporate colors,etc.) Thanks!
 
A: No unfortunately you cannot change it's color.
 This is the image basemenu.
 So you should create new images with your own color and use them.
We'll try to create more templates. 
Q: The menus I am trying to change, it seems as though the transparency is too light. Where in the java menu generator do you reduce some of the transparency? Thanks. 
 And fantastic menu and program. 
A: Use the following parameter in the java menu generator:
  var transparency="100";