Recent Questions
Q: My question is, the down arrows only show on the main page, how do I fix this.
 
A: Please, check images paths within data .js file. 
For example, if you have data.js file here: 
c:/website/data.js 
and your images are stored here: 
c:/website/images/ 
you should set image name so (for example): 
  var arrowImageMain = ["images/arrow1.gif", "images/arrow2.gif"]; 
If you use Tuner, you should save data .js file before you'll selectimages. When you save .js file it means that you set a root directoryfor the project, so Tuner can make all selected images with relativepaths.
Q: Can the Deluxe Menus be set to open by click and stay open when clicked for some time?
A: You can open Deluxe Menu on click. Set this parameter: 
  var showByClick = 0;          Show submenus on a mouse click only. 
0 - disabled (default),   1 - enabled.
You can use such parameter in you menu: 
  var transDuration = 300;         - Delay of a transitional effect (in ms) on submenu's showing.
Q: I am struggling with my menu on my site the submenu is under the main text area. How do I make the submenu come to the front.
 
A:  Check your z-index for <DIV id=navigation>. 
Try to write it, for example, so: 
<DIV id=navigationstyle="Z-INDEX: 10; LEFT: 0px; WIDTH: 170px; POSITION: absolute; TOP: 5px; HEIGHT: 600px"> 
Try that.
Q: The browser I am using is Internet Explorer 7.0 at Windows Vista (with "Security" set at "Medium"). I get the message "To help protect your security, Internet Explorer has restricted this webpage from running scripts or ActiveX controls that could access your computer" and then I have to click this message/bar in order to "Allow blocked content". After I do that the javascript menu script appears as it should, but of course I don't want visitors to go through that. FYI, I do not have the same problem with the dynamic menus on your website or in other websites, which appear normally right from the start.
A: You should adjust your browser settings.
Tools/Internet Options/Advanced Options/
and set
"Allow active content from files to run on My Computer".
There is no way to enable these preferences automatically, in othercase there are no reasons to create security preferences.