Recent Questions
Q: Your product seems to have menus draw only in a fixed 'hardcoded' direction ( opens either left or right )
is it possible to customize so that it is "self-aware" of the client browser window size...
"if there's room draw to the right, if not, open the menu to the left..."
A: You can see your submenus in any case.
They won't drop down out of the browser window.
Please, check it.
More info about the ways of showing submenus you can find here:
http://deluxe-menu.com/ways-showing-submenus-sample.html
Q: My website is created on Front Page.
Is it easy to incorporate your menu into a website created on Front Page?
A: Deluxe Menu wasn't developed as Dreamweaver/Frontpage extension,BUT you can use it as standard Javascript files. To install the menuinto your html page:
1. open the page in Dreamweaver/Frontpage
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
Q: I need to be able to highlight the selected menu item of the currentpage in the html tree menu.
Is there a way to do this?
A: Please, try to set this parameters:
var ttoggleMode = 1; Enables a toggle-mode. 0 - disabled, 1 - items stay highlighted after mouse click.
var tpressedFontColor = "#AA0000";
Q: I haven’t had any problems using the drop line menu, until now when I had to make some changes. After adding some sub-menu items on two of the drop line menu buttons, those menu’s drop down upwards, instead of downwards like the rest. I tried deleting them and remaking them, but then the menu appeared to have no image behind it, only a colour. So I duplicated a working menu item, and then modified it to be what I wanted – and it still drop down upwards!
A: Please check the following drop line menu parameter:
var subMenuVAlign="top";