Recent Questions
Q: I have tried to use the Deluxe tuner menu in one of the websites I am trying to create however, the menu gives an error. I have created the menu multiple times but everytime it comes up with the same error. I have attached the entire web page file with this mail. Can you please go through this and help me fix the errors.
A: Now you have var itemBorderWidth=""; var menuBorderWidth="";
It is not correct. You should set values for these parameters.
var menuBorderWidth="0"; var itemBorderWidth="0";
Q: I recently decided to begin using the modal popup window and needthe calling browser window to reload when the deluxe-popup closes.
A: You can add an event when you close your popup window in the following way:
document.getElementById('ID').onclose = function(){ call(parameter1, parameter2); };
where ID is the ID of your window.
Add this code after you call your data file or deluxePopupWindow.open function.
Q: Where in the interface is there an area to make a tab selected or not for the div tab menu?
A: You should see the following parameters:
Top items
var bselectedItem=1; //--- Common
Submenus
var bselectedSmItem=10; //--- Tab-mode
Q: What can you tell me about the compatibility with Yahoo SiteBuilder. I like the navigator bars they offer, but there are no drop-down menus and you seem to offer a wonderful array of options.
Please let me know if it is worth my time to give you a try.
A: Unfortunately, we don't provide support by phone, e-mail only.
Deluxe Menu wasn't developed as Dreamweaver/Frontpage/Yahoo SiteBuilder extension,BUT you can use it as standard Javascript files. To install the menuinto your html page:
1. open the page in your program
2. open html source code of the page
3. add several rows of code (<script> tags), For info see: http://deluxe-menu.com/installation-info.html
That's all.
To create and configure your menus use Deluxe Tuner application
(included into the trial package): http://deluxe-menu.com/deluxe-tuner-info.html
Please, try a trial version.