Recent Questions
Q: Is there a way to hide a menu options using either CSS or the java api based on the site user for the mouseover menu? 
A: Deluxe Menu supports Javascript API.
You can find more info here:
http://deluxe-menu.com/dynamic-functions-sample.html
You can try to use API functions in that case:
function dm_ext_changeItemVisibility (menuInd, submenuInd, itemInd, visibility)
To disable items you should set the target parameter to "_".
You can try to use the following function
function disable() {
 dm_ext_changeItem(0, 1, 1, ["", "", "", "", "", "_"]);
 }
to disable your items.
Q: Although our college standard is IE, a lot of our students use firefox. I tried the css drop menu in Firefox 2, and it works, but the nice transition effect isn't there. Will you make this work soon?
A:  Transparency and other transitional effects are supported by IE 5.5+only. This is MS IE feature. Other browsers don't support them.
Q: My slide drop down menu appears at the top of the page rather than in the cell in which I placed it
A:  You're using absolute position for the menu now:
  var absolutePos=1;
You should use the relative position:
  var absolutePos=0;
Q: I just bought an imac and was wondering if i can use the apycom menu with the mac. If yes, where would i download the application.
A:  Yes, we have a version of Deluxe Tuner for MAC, but it has a limited number of featuresrelated to the Windows version. MAC version of Deluxe Tuner support Deluxe Menu only, itdoesn't support other products.
To download the MAC version you should download the trial version on MAC or use thefollowing link:
http://deluxe-menu.com/deluxe-menu-all.zip
Use engine files form the licensed package.Find a link to it in your license message.