Recent Questions
Q: The html text shows through the item background.
How do I make to item and menu backgrounds override the page text?
A: Try to set the following parameter
var transparency="100";
Q: I cant find any option to change only the submenu tab javascript fonts, not all.
A: You should create Individual Item style and assign it to yoursubmenus.
Q: I am still struggling with multiple menus on one page.
It is probably something I am doing wrong, but I cannot see it.
A: Now you have:
var absolutePos=1;
var posX="10";
var posY="10";
So, both of your menus have the same absolute position.
You can use relative position and place your menu inside <table>. In this case you should write so:
var absolutePos=0;
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.