Recent Questions
Q: I would like to create navigation menu where the background is transparent until you move the mouse over itwhen it turns to a color. I erased the first color number from the list and that worked, but when I scrolled the mouse over the links, the background stayed light blue even though the mouse was no longer over them. Is there a way to let the background start transparent, turn light blue when the mouse is over it, then go back to transparent after the mouse is off it? 
A: You can use transparent parameter, for example:
  var itemBackColor=["transparent","#4792E6"]; 
Q: Can you create/destroy tabs with only client side javascript (no return trips to the server)?
 
A: Deluxe Tabs is Javascript product. it means that it is executed on aclient side, not on a server side.
 So, whatever server you'll use, youshould install the menu the same way. 
Q: How can I set the top-level menu items of the html pop up menu to be transparent?
A: You should create Individual Item and Submenu styles with transparent itemBackColor and assign it for the top items:
  var itemStyles = [
 ["itemBackColor=transparent,transparent","itemBorderWidth=0","fontColor=#000000,#000000"],
];
  var menuStyles = [
 ["menuBackColor=transparent","menuBorderWidth=0"],
];
Q: I cant find any option to change only the submenu tab javascript fonts, not all.
 
A: You should create Individual Item style and assign it to yoursubmenus.