Recent Questions
Q: We are using a licensed copy of Deluxe-Menu but in Internet Explorer 7.0 it displays an incorrect copyright message even though all parameters are included and the key is correct. Help! We cannot leave our web site up in this condition!
A: Deluxe Menu v2.0 works fine in IE7.
If you're using older version you should upgrade you Deluxe Menu to v2.0, please, visit thefollowing page. You can find all info about the upgrade here:
http://deluxe-menu.com/rq-css-vertical-menu-v2.0-support.html.
Q: How can I keep the java slide menu items from opening into a new window when selected?
A: You can set target parameter for all items:
var itemTarget="_self";
or for each item individually:
["Home","testlink.html", "", "", "", "_self", "", "", "", "", "", ],
Q: I am interested in buying your XP Style Blue XP Style JavaScript Menu Tree.
Please let me know how can I use in offline projects (CD Based) and whether I can change the vertical type java pulldown menu into horizontal type.
Also let me know the price for the same
Looking forward for your fast reply
A: Deluxe Tree is vertical menu, http://deluxe-tree.com. You cannot create horizontal tree menu.
If you want to create horizontal menu you can use Deluxe Menu,http://deluxe-menu.com
To use Deluxe Menus on CD/DVD you should buy developerlicense.
Deluxe Menu & Tree & Tabs & Popup Window & Calendar DeveloperLicense - $299.95.
Other licenses allow you to use the java pulldown menu on Internet/Intranetwebsites only.
Q: Why is the submenu a different colour has a different colour than menu items - surely that's not an IE specific feature? The top-level menu items seem to be a different size too, so the layout in IE looks more even.
A: Submenus has a different color because they have a transparency:
var transparency="90";
Set it to 100.
Submenus also have larger width than top items because they containsmore text. If you want to wrap the text, use
tag between item words.