Recent Questions
Q: I am trying to figure out how to specify the css for the top css dropdown menu.
I saw this in some of the example code, but there was nothing similar in Deluxe Tuner
var itemStyles = [
["CSS=topItemNormal,topItemOver","CSSText=topItemTextNormal,topItemTextOver" ],
];
var menuStyles = [
["CSS=topMenu"],
];
I tried adding the above to my js code, but it didn't work. I can get it to work in non-css through Deluxe Tuner.
I am trying to draw a white border around the blue css dropdown menu
.topMenu
{
background-color:Blue;
border-width: 1px;
border-style: solid;
border-color: White;
}
/* Style for submenus */
.submenu
{
}
/* Style for top items: normal state */
.topItemNormal
{
background-color:Blue;
color:White;
text-decoration: none;
text-transform:none;
font-weight:normal;
FONT-SIZE: 11pt;
FONT-FAMILY: Verdana, Arial;
width:100%;
padding:2px 4px;
}
A: var itemStyles = [
["CSS=topItemNormal,topItemOver","CSSText=topItemTextNormal,topItemTextOver"],
];
var menuStyles = [
["CSS=topMenu"],
];
The following code is Individual Styles. You can edit them in DeluxeTuner.
Open your data file, click "Edit Individual Styles..." button on themain window. And create individual item style and individual submenustyle. Then you should assign these styles to your items.
See more info about Individual Styles here:
http://deluxe-menu.com/individual-styles-sample.html
Q: I am a web designer, my question is do I have to buy a license for each website I install this css dropdown menu or do I buy it once and use it for all my projects?
A: We have different license types.
You can buy Deluxe Menu for the single domain name.
If you want to use the menu on the several domain names you can buyMultiple Website License and generate your own keys for the domainnames.
If you don't want to generate reg. keys for the domain names youcan buy Developer license. With the Developer license you can use the menu on an unlimited number of Internet or Intranet sites and on the local machines.This version of the script doesn't check keys and it isn't bound to a domain name, so it can be used with an application that doesn't have a fixed domain name.
See more info:
http://deluxe-menu.com/order-deluxe-menu-purchase.html
Q: I bought today and followed the procedure to download and install the same. It seems, Calender option is not available in the downloaded javascript menu generator package. Do I have download anything separate for that? Would you please let me know as soon as possible.
A: We haven't added Calendar in Deluxe Tuner.You can find it in the installed package:
C:\Program Files\Deluxe Menus\сalendar\
Q: Is there any reason why I should have trouble positioning the windows popup menu?
A: Check that you don't use absolute position for the menu:
var absolutePos=0;
var posX="0px";
var posY="0px";