Recent Questions
Q: Images don't appear in my menu.
 
A: Now you have two lines: 
<SCRIPT type=text/javascript>  var dmWorkPath = "../misyssbm.files/";</SCRIPT> 
and 
<SCRIPT type=text/javascript>  var dmWorkPath = "../side_menu.files/";</SCRIPT> 
But you should have only one line. 
Please, check it. 
Q: Do you have a menu that allows the sub-items to 'slide' out from the menu? 
 For example, you mouse-over the first button, and the sub menu slides from 'underneath' the button from left to right?
 
A: You should to use transitional effects. 
Try to set 
  var transition=6; 
  var transOptions=""; 
  var transDuration=350; 
  var transDuration2=200; 
But notice that transitional effects are features of Internet Explorer5.5+ only. 
See more info here: 
http://deluxe-menu.com/filters-and-effects-sample.html 
Try that.
Q: Is there any way of asigning the background color of the submenu (I onlyneed one level of nesting menus) different from the background color of thedhtml rollover?
A:  Create Individual Submenu Style and assign it for the first item in that case:
  var menuBackColor="#d1d1d1";
  var menuStyles = [
 ["menuBackColor=#FFFFFF"],
];
["mбs info","http://www.dimensionmultimedia.com/psoepruebas/?page_id=19","","","","","0","0","","","",],
Q: Where can I change the font size in the main deluxe menu's (i.e. Products, About, Contact Us)? 
 Using the deluxe tuner doesn't allow me change this font or the size, so the submenu's are bigger than the top.
 
A:  You can also check Individual Item Styles. May be you set font sizefor the top items using Individual Item Styles.