Recent Questions
Q: I am contacting you on behalf of my client World of Envelopes as they currently use your menus. We are currently running their SEO campaign and would like to know what is search engine friendly about your new javascript hover menu? 
 Would it be possible for you to provide me with an example of a client that is currently using this new menu so I can assess the SEO ability of this menu.
A:  You should generate search engine friendly code and install it on yourpage.
 Deluxe Menu is a search engine friendly menu since v1.12.
To create a search engine friendly javascript hover menu you should add additional html code within your html page:
<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> 
To generate such a code use Deluxe Tuner application.
Run Tuner, load your menu and click Tools/Generate SE-friendly Code (F3).
We use search engine friendly code on our website,
http://deluxe-menu.com
You can view source of the page.
Q: I am Registered user.
My question is:
Can you have borders around the sub-menus only. If you can how is this done, if it is done in the individual styles can you walk me through that. I tried it there but for some reason it wasn’t working. I'm thinking I wasn’t selecting the correct item to edit.  
A:  You should create Individual style and assign it to the first item in each submenu.
  var menuStyles = [
 ["menuBorderWidth=1","menuBorderStyle=solid","menuBorderColor=#813A07"],
];
  var menuItems = [
 ["Home","testlink.html", "", "", "", "", "", "", "", ],
 ["Product Info","", "border-example.files/icon1.gif", "border-example.files/icon1o.gif", "", "", "", "", "", ],
  ["|Features","testlink.html", "border-example.files/icon2.gif", "border-example.files/icon2o.gif", "", "", "", "0", "", ],
Q: We are actually very happy with the product compared to the other options available. The code is cleaner and it is easy to use. We would actually like to continue to use your product but our client uses firefox most of the time and if the javascript onmouseover menu won't go over the java applet it isn't going to work. You mention that you will try to fixthe issue. If you can give me a date to when it would be fixed by, I can try to convince our client to wait.
 Please let me know as soon as possible. 
A:  Actually Deluxe Menu v3.2.5 overlap applets in Firefox.
See the attached example.
You should set
  var useIFRAME=1;
parameter.
Q: I can’t seem to figure out how to specify the width of individual horizontal menu items for the html menu. I would like to specify that each menu item on the horizontal take up just 113px regardless of the number of characters in the item. Is there a way of doing that?
A: You should use   var itemStyles to set an individual item style. Forexample:
  var itemStyles = [
 ["itemWidth=113px"]
];
  var menuItems = [
 ["text 1", "link", "icon1", "icon2", "tip", "target", "0"],
 ["text 2", "link", "icon1", "icon2", "tip", "target", "0"],
 ["text 3", "link", "icon1", "icon2", "tip", "target", "0"],
];
Where "0" - style number in itemStyles that contains the parametersfor items width.
Use Deluxe Tuner GUI to create and assign individual styles.