Recent Questions
Q: How can I set the padding for the menu text at the top for the javascript select menu? I want more padding on the left of the text but I don't want it centered.
A: You can set bigger left padding for your Submenu Style, for example:
  var menuStyles = [
 ["menuBackColor=transparent","menuBorderWidth=0","itemSpacing=1","itemPadding=0px 5px 0px 25px"],
];
itemPadding=0px 5px 0px 25px - top right bottom leftQ: We have been using a free javascript for a couple of years but now we would like to have a functionality that our existing js is missing.
 Basically, we need the ordinary tree view javascript with "+" and "-" that highlights the node clicked. No problem with that I suppose... BUT, we have a bunch of pages with internal links, linking the visitor to other pages within the site (i.e. they don't have to use the leftside tree navigation). What I want is that the navigation js recognizes that a page loads without any node has been clicked, and automagically expands the nav tree and highlights the node for that page.
 No AJAX, no XML, no php or asp, just plain HTML + JS is a requirement from our customers.
 Is that possible with any of your products...? 
A:  Yes it is possible with Deluxe Tree.
Find more info here:
http://deluxe-tree.com/highlight-selected-menu-item-sample.htmlQ: Hi there. I am evaluating your tabs before I purchase and I ran into a small problem. If I can get this resolved I am ready to purchase. 
 I need to be able to execute some javascript when I click on a tab. What I am planning on doing is I want to dynamically set the location.href property of an iFrame located inside of a content div. 
 I can't figure out how to do it. Any help will go a long way for me to decide to purchase. Thanks! 
A: You can use your own javascript functions in the menu items. 
You should paste "javascript:some_function()" into item's link field, for example: 
 ["tab text","javascript: window.open('test.html', 'frameName')", ...], 
or 
 ["tab text","javascript: getURLForFrame()", ...], 
Try that.
Q: I can't find an instance of your java pop menu that can lay over top of a flash object without making the flash object disappear like your demo.
 Does yours or doesn't it do the same thing and if so, where is there an example? 
A:  Deluxe Menu overlaps flash in all browsers. 
You can find fix for Firefox here:
http://www.deluxe-menu.com/objects-overlapping-sample.html