Recent Questions
Q: I have a popup that in one of the submenus has an input field. There is a problem – if the user clicks into the entry field, but moves the mouse outside the java swing menu, the menu can close while the user is still typing. Is there any way to prevent that from happening?
A: You can make submenus to stay visible till you click outside the menu or scroll your page.To enable this feature you should set the following parameter:
var smHidePause=-1;
You can set this parameter to each submenu individually usingIndividual Submenu Styles.
Q: What is the purpose of the blank image file in the Parameters panel of the create dhtml menu software?
Also, would you please direct me to a site or documentation that would provide information on such details?
A: If you won't use some images in the menu for examplearrows the blank image will be used.
So, you should set correct path to it.
You can find all documentation on our website.
http://deluxe-menu.com/parameters-info.htmlQ: Submenus of my javascript dynamic menu are opening higher than they should and I cannot figure out why the position setting has no effect.
A: Try to set the following parameter:
var subMenuVAlign="top";Q: The arrows on my cross browser javascript menu only show on the main page of my website (www.domain.com). I read the FAQs and the problem seems common and related to a path error. My path appears correct (to me anyway..lol) but it still doesn't work.
A: Try to use absolute path to your images. Set the following parameter:
var pathPrefix_img="http://www.domain.com/";