Recent Questions
Q: I am trying to use the following horizontal tabs menu: 
http://deluxe-tabs.com/file/templates/deluxe-tabs-style-3.html 
 My problem is that the bitebackimage is not showing as you can see in the example below. 
 All the left and right side images appear, but not the repeating button background. All the images are in the same directory and have the same URL to point to them. 
 Any ideas on what the problem might be?
A:  The reason is in your styles. Now you have in style.css file: 
TABLE { 
 FONT-SIZE: 10pt; BACKGROUND-REPEAT: no-repeat; FONT-FAMILY: Arial,Helvetica,sans-serif 
} 
TR { 
 FONT-SIZE: 10pt; BACKGROUND-REPEAT: no-repeat; FONT-FAMILY: Arial,Helvetica,sans-serif 
} 
TD { 
 FONT-SIZE: 10pt; BACKGROUND-REPEAT: no-repeat; FONT-FAMILY: Arial,Helvetica,sans-serif 
} 
You should write: 
TABLE { 
 FONT-SIZE: 10pt; FONT-FAMILY: Arial,Helvetica,sans-serif 
} 
TR { 
 FONT-SIZE: 10pt; FONT-FAMILY: Arial,Helvetica,sans-serif 
} 
TD { 
 FONT-SIZE: 10pt; FONT-FAMILY: Arial,Helvetica,sans-serif 
}
Q: Which parameters do I change so that the background of the top level menu names change their background? 
A: If you want to change the background of the top level menu items onlyyou should use Individual Item Styles and change them. 
For example, you have: 
  var itemStyles = [ 
 ["itemBackColor=#8C63D8,#CBB8ED","itemBorderColor=#8C63D8,#CBB8ED"], //style 0 
]; 
  var menuStyles = [ 
 ["menuBackColor=#8C63D8","menuBorderColor=#8C63D8"], //style 0 
]; 
  var menuItems = [ 
 ["Text;", "link", "", "", "tip", "target", "0", "0"], 
 ["Text;", "link", "", "", "tip", "target", "0", "0"], 
]; 
Where "0", "1" - style number in itemStyles. 
Please, use Deluxe Tuner application to create and assign individualstyles. You can find Deluxe Tuner in the trial package. 
Q: Hi There. I wanted to use your product, but couldn’t figure out how multiple users could get varying menus using the file driven approach. 
 I currently use a java menu that I build on the fly without any files. 
 The only thing I could come up with was having each user refer to his/her own data.js file, that I can build on demand. 
 Does that make sense to you? 
A:  Deluxe Menu is Javascript code only. It requires several .js files andit's generated on a client side. 
Theoretically it is possible to have varying menus for multiple users.You should create your own server-side script (for example, php) thatwill change the menu for your users. The menu doesn't support such afeature.
Q: I bought the software and am very pleased with how it works. I still have one question. When I go to the "Transitional Effects Info" page to get the parameters for the different effects, clicking in the slider menu on the desired effect does not give me any new information on the parameters. Itstays stuck on "  var transition=0". Is there another place I can go to view the various parameters for the different effects?
A:  See more info here: 
http://deluxe-menu.com/filters-and-effects-sample.html 
Click "Show Additional Info" button. 
You can also try to apply each transitional effect in Deluxe Tuner andsee it.