Recent Questions
Q: Can you please tell me how many licenses for javascript menu code are included in the Multiple License purchase for Deluxe Menu Tuner?
A: See Deluxe Tuner it is a free software. You can find it in the trialversion.
With Multiple Website License you can use the menu on the unlimitednumber of Internet/Intranet sites. You generate your own reg. keysfor these websites.
Q: I think I am almost there.
I would like to know a couple of things.
Why the menu does not float?
Why I cannot centre the menu?
A: When you use floatable menu you can't use relative menu position.
So, if you use
var absolutePos = 0;
and to center the menu you use <p> or <div> with the center alignment your menu won't float.
To center your floatable menu you should set absolute coordinates.
var absolutePos = 1;
Q: I'm trying out the trial version and so far I really like the features. Can you tell me if I can expel the transparent look of the mouse over drop down menu?
When the mouse over drop down menu drops down over text, you can see the text. What can I do to fix it.
A: You should set the following mouse over drop down menu parameter:
var transparency="100";
Q: Microsoft Explorer has settings that block JAVA scripts (and therefore our JAVA menu).
However, I notice that some JAVA menus on other web sites are not blocked by Microsoft Explorer.
Is there any way to make the java cascading menu not be blocked by Microsoft Explorer ?
I want people visiting my web site not to have the java cascading menu blocked by Mircrosot Explorer.
A: There is no way to enable these preferences automatically, in othercase there are no reasons to create security preferences.
But you can try to use a workaround:http://www.adobe.com/devnet/activecontent/articles/devletter.htmlTry to use AC_RunActiveContent.js file to run active content.