Recent Questions
Q: I need to create a pop-up menu triggered from a flash movie button. Is this possible, and if so, do you have any documentation on this? (coding for flash button, etc) 
A:  Unfortunately you cannot assign OnClick or OnContextMenu event forflash file.
Q: I am using XP style tree menu and would like to have top level menu item with no submenu items. However, the right double arrow icon still show up. Is there a way to hide it for the item without submenu items in css javascript tree menu? 
 See the attached document, I want to remove the double arrow icon at right for "Mission Statement", "History", "Direction" and "Contact Us".
 Any help will be appreciated. 
A:  You can create Individual XP Style and use it for items with submenus:
  var tXPExpandBtn=["left.files/blank-arrow.gif","left.files/blank-arrow.gif","left.files/blank-arrow.gif","left.files/blank-arrow.gif"];
  var tXPStyles = [
 ["tXPExpandBtn=left.files/menu-arrow.gif,left.files/menu-arrow.gif,left.files/menu-arrow01.gif,left.files/menu-arrow01.gif"],
];
and assign this style for all top items with submenus:
 ["Home","", "", "", "", "", "", "0", "", "", ],
 ["+Company Profile","", "", "", "", "", "", "0", "0", "", ], //style 0
  ["|Item 25","", "", "", "", "", "", "1", "", "", ],
  ["|Item 26","", "", "", "", "", "", "1", "", "", ],
 ["+Projects","", "", "", "", "", "", "0", "0", "", ], //style 0
  ["|Item 27","", "", "", "", "", "", "1", "", "", ],
  ["|Item 28","", "", "", "", "", "", "1", "", "", ],Q: Google Chrome - javascript menu js are obscured by Flash. 
A: 	See more info about this problem on our website:
http://www.deluxe-menu.com/objects-overlapping-sample.htmlQ: It's simply not saving the state.  Clicking the items on the menu is inconsistent.  Sometimes it saves sometimes not. 
   It seems to be a lot worse in this area. 
A:  See, Tree Menu saves it's state using cookies. 
But it can't re-save the same cookie file from different folders. 
For example, if the tree from "website/page.html" saves it's state,the menu from "website/content2/page.html" can't read this state andit creates it's own state. The problem is that it's a standardfeature of browsers and Javascript can't control that.