Recent Questions
Q: I want to buy your product but before I have a question.
A Customer wishes for a strictly vertical drop down web menu.
Example :
Menu 1
Item1.1
Item1.2
Menu 2
Item2.1
Item3.1
Item3.1.1
Etc
Can you tell me if your product can answer this request?
A: Deluxe Menu is fly out menu.
You can create vertical menu with such structure but your submenuswill be shown when you hover over menu only.
You can try Deluxe Tree, http://deluxe-tree.com
Q: We are looking at JavaScript libraries for our website, and we liked what we saw with your product deluxe-tabs. However, we have a need for both horizontal and vertical tabs, as well as nesting tabs. We would like the vertical (and nested tabs) to have the same capabilities and features as the horizontal tabs. We notive the vertical tab image example, but that was all we could find. Are there more extensive examples that show the same functionality as the horizontal tabs? Is the product, as is, capable of the same functionality for both vertical and horizontal tabs?
A: See, to create vertical tabs you should add '$' symbol before the itemtext in the first item of the next row.
You can use templates, add '$' symbol and adjust some parameters.
Q: I’m interested in adding cascading navigation bar to a website that was written in Microsoft Frontpage.
A: 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.htmlQ: One more doubt, How can I mention the Text font style like BOLD, Italic..... in javascript pop up menu?
A: You can set your font size in Deluxe Tuner.
//--- Font
var fontStyle="bold 11px Arial";
var fontColor=["#000000","#FFFFFF"];