Recent Questions
Q: I have set up the dhtml menu javascript at this site. I have chosen to use the transitional filter from IE6. The main menus and sub menus work fine in IE but in Firefox the sub menus do not appear at all. Is their a fix for this. I realize that firefox does not support IE transitions but Ithought the sub menus would appear when the main item is clicked on. that hs not happened. Go to above URL and vie in both IE and Firefox and you will see what I mean.
A: You couldn't see submenus in FF because you had 
  var transparency=""; 
You should set your parameters in the following way: 
  var transparency="100"; 
  var itemBackColor=["#072450",""];
Q: How can I have two floating menu under each other using the float option so that do not collide with each other?
A: You can try to adjust the following parameters to the one menu:
  var floatableDX=15;
  var floatableDY=15;
Q: I noticed your excellent smart scroll menu and have a question about it; I notice that it renders the menu from a javascript array - is it possible to make the menu run on an HTML unordered list? The reason being that it's much better for SEO if the dhtml side menu links are actually in the HTML rather than in a huge javascript variable. 
A: 	No, it is not possible. Deluxe Menu is javascript menu.
You can 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 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).
Q: I wanna open link in new window after click link in java script menu 
 how can make it ?
 
A:  You should set the following parameter: 
  var itemTarget="_blank";