Recent Questions
Q: How do I make the links in the transparent drop down menu NOT open up in a new window?
A: Try to set the following parameter:
var itemTarget="_self";
Q: If I select one subitem in the slide out menus the other - opened subitem is closed.
Is there a way to get this facility for Items?
A: You should set the following parameter:
var tcloseExpandedXP=1;
Q: Is there any way to get around the ActiveX control warning every time I load the website from the CD? I think Internet Explorer doesnt like the menu system.
A: You should adjust your browser settings.
Tools/Internet Options/Advanced Options/
and set
"Allow active content from CDs to run on My Computer".
There is no way to enable these preferences automatically, in othercase there are no reasons to create security preferences.
Q: Is there a way to center the primary navigation and left-align the drop down for themenu script ?
A: Set the following parameters:
var itemAlignTop="center";
var itemAlign="left";