Recent Questions
Q: I have tried changing every menu variable I can see to make the actual iconbackground a different color than the menu items background with no success.Is this possible? 
I would like the icon background to change with the alternating colors byrow .. and I know how to do this. but when I do it .. all the menus andsubmenus also change and I would like their background to stay white.
A: Yes, it's possible. 
You should use an individual style for icon item, please see 
deluxe-menu.com/individual-styles-sample.html 
deluxe-menu.com/individual-submenu-styles-info.html
Q: 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: I evaluated Deluxe Menu over the weekend and I really like it. I believe I'll be buying it this week. I have one question. Is it possible for the menu to be aware of what page you have selected and highlight the corresponding menu item on that page. 
A: You should set a pressed item using Javascript API: 
 
function dm_ext_setPressedItem (menuInd, submenuInd, itemInd, recursion) 
Sets a current pressed item. 
menuInd - index of a menu on a page, >= 0. 
submenuInd - index of a submenu, >= 0. 
itemInd - index of an item, >=0. 
recursion = true/false - highlight parent items. 
But notice, to use dm_ext_setPressedItem() you should know ID of selected item and subitem. 
You can't get this ID after you reload your page. That is why you should write your own code on PHP. 
Q: What makes your menu in javascript search engine friendly?
A: You should add the following link on your page. Also these links willbe visible if javascript turn off in your browser and you cannot seethe menu.
 <div id="dmlinks">
 <a href="http://deluxe-menu.com">menu_item_text1</a>
 <a href="http://deluxe-tree.com">menu_item_text2</a>
 ...etc.
 </div>