Recent Questions
Q: If I have a Menu and Tab control on the same page, how do I get the menu pop up to have a higher z-index so it displays on top on the tabs? 
I want the main menu to display above the Label/Candle tab control.
A: Deluxe Tabs has z-index = 2000
Deluxe Menu has z-index = 1000
You can open dmenu.js file in any text editor and find the following code:
dmZOrder=1000
Change it to
dmZOrder=2050
Q: I can't get the hand pointer to work with my dhtml menu scripts in firefox and IE. I know that firefox requires the itemCursor to be set to pointer, but it doesn't work for all links in my menus. I believe that this worked in past version of deluxe-menu, but stopped working somewhere along the way. To recreate this, create a horizontal menu, and set the pressedItem to be one of the menu items and set the itemCursor to be "pointer". Then, you'll see that the pressed item's pointer is the finger icon, but the other menu items are just the arrow. Is there something I'm doing wrong or a setting that will fix this?
A:  No, the reason is not in the pressed item.
See when you set:
  var itemCursor="pointer";
your cursor will be a hand for the items with url only. For the itemswithout url it will be default arrow.
Q: All hide drop down menu tabs seem to have white in the upper corners rather than transparent. 
A: You should delete white color and make corners transparent in anyGraph editor, for example in Photoshop.
Q: I have seen a certain menu effect on a few websites and have so far been unable to reproduce it in simply HTML/CSS. Today I saw the effect on a website, looked at the source code and it appears they are using some of your code.
 I have a fairly typical screen layout with a menu bar on the left hand 10% of the screen and the main screen content on the right 90%. Some of my screens get very long, so that when you scroll all the way down to the bottom, the menu is left way up off screen. I would like the menu block to move down so that it is always a certain number of pixels below the top of the viewed screen, not the absolute top of the page. Is this something your software does? If so, which one of your products?
 
A: You can create such menu with Deluxe Menu. 
You should use floatable menu, so you can always see the menu. 
But to use the floatable feature 
  var floatable=1; 
you should use the absolute position for the menu 
  var absolutePos=1; 
  var posX="10"; 
  var posY="10"; 
Please, try the trial version of the menu.