Recent Questions
Q: It works great in IE, but doesn't work in Firefox.
A: Please, try to specify units in "px".
For example:
var itemPadding = "3px";
Try that.
Q: We are testing your css drop down menu and everything is fine, except for the slow load in IE7.
After the page is loaded, the first time we open each item it takes a lot of time to appear.
Do you have any solution for this problem?
A: Check that you've set the following parameter:
var dm_writeAll=0;
You can also try to turn off transitional effects:
var transition=-1;
And adjust the following parameters:
var smShowPause=100;
var smHidePause=500;
Q: How do you center the text within the top-level menu cels for the xml drop down menu?
There doesn't seem to be a setting for it in the tuner.
There's a justification option for the sub-menus, but not for the top.
A: Use the following parameter to specify align for the top items:
var itemAlignTop="center";
Q: I need the links for the side navigation bar to be vertical
and the pop up to come up on the right, rather than the bottom.
Is thispossible?
A: You should use the following parameters:
var isHorizontal=0;
var subMenuAlign="right";