Recent Questions
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: Why is the submenu a different colour has a different colour than menu items - surely that's not an IE specific feature? The top-level menu items seem to be a different size too, so the layout in IE looks more even.
A: Submenus has a different color because they have a transparency:
var transparency="90";
Set it to 100.
Submenus also have larger width than top items because they containsmore text. If you want to wrap the text, use
tag between item words.
Q: How can I declare the "delay" time for the opening js popup window?
A: You should set the following parameter:
openAfter:20,
Open after time (secs).
Q: Can I create a pop up using javascript that fly's out after 10 seconds.
Please advise.
A: Create popup window and set openAfter=10 parameter to it.
You can find this parameter in 'Actions' section.