Recent Questions
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";
Q: How do you center the text within the top-level cels in the drop down navigation bar?
A: You should set the following parameter:
var itemAlignTop="center";
Q: I have followed the instructions on
http://deluxe-menu.com/objects-overlapping-sample.html but when my page is viewed over https the html menus still appear behind Flash objects.
Is there anything else that can do to fix this?
A: Try to set the following parameter:
var useIFRAME=1;
Q: In Internet Explorer 7 , the menu with javascript was completely invinsible.
A: Try to set exact width for the menu, for example:
var menuWidth="500px";