Recent Questions
Q: I have downloaded your trial version and cannot change the background menu color.
Is there a restriction?
I am interested in purchasing it.
A: To change the background color you should set the followingparameters:
var menuBackColor="#FCEEB0";
var itemBackColor=["#FCEEB0","#65BDDC"];
Q: Can I change some of the properties of a browser popup window after it has been created/opened?
A: You can use deluxePopupWindow.open() function to open your popup:
function deluxePopupWindow.open("winID", "content", "header", "param", "skin", "contentType")
Find more info:
http://deluxepopupwindow.com/window-installation-info.html
Call this function once again with new parameters when you want to reload the window (usethe same winID).Q: Can dhtml menu scripts be integrated into Expression Web?
A: Deluxe Menu wasn't developed as Dreamweaver/Frontpage/Microsoft Expression Web 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.htmlQ: Just purchased the license for deluxe-menu.
The javascript submenu do not go over top of my other elements like the FAQ says it should.
A: Now you have the following style Z-INDEX: 2000; for .titleTopCenterDIV.
The menu has lower index in that case.
Try to set it to
Z-INDEX: 10;