Recent Questions
Q: I am in the process of evaluating the deluxe-menu product V3.2.7.16 and have created a simple HTML using the deluxe-menu Vista Style #6. This works great and displays with the animation in IE and also using FireFox V2 with IE tabs.. However, in basic FireFox and Safari, the javascript menus display but without the swirling animation. Pls advise !!
A: Filters and transitional effects are features of Internet Explorer5.5+ only.
See more info here:
http://www.deluxe-menu.com/filters-and-effects-sample.html
Q: How do I set just one sub menu link to open in a new window for the css dhtml menu
 when the rest is set to _self ? 
A: You can set item's target for each item individually:
 ["Home","testlink.htm", "default.files/icon1_s.gif", "default.files/icon1_so.gif", 
"", "Home Page Tip", "_blank", "", "", "", ],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: I don't know anything about what JavaScript is all about...and I'm currently trying to get a menu that will float as I scroll down the page. 
 I saw the examples you have and I'd love to be able to do that on my website, but I don't understand the scripting that you have written there. 
 Like, what makes it float from this text... 
A: If you want a floatable menu, you should set an absolute position forthe menu and paste the following code into your html page: 
Paste the following code into <head> tag 
<script type="text/javascript">  var dmWorkPath = "data.files/";</script> 
<script type="text/javascript" src="data.files/dmenu.js"></script> 
Then set coordinates of top-left menu corner in the data .js file, forexample: 
  var absolutePos=1; 
  var posX=30; 
  var posY=110; 
Then set   var floatable=1. 
The parameter floatable=1 makes a floatable menu. 
Also you can change any of menu parameters inside data .js file.