Recent Questions
Q: I have noticed an issue with the menu. Dhtml pop up menu does not drop down over the frame if a pdf is being displayed. It does something weird to the browser like shortens the main frame and displays above the menu.
A: Notice that you should add your pdf inside IFRAME tag.
Try to set the following parameter to overlap .pdf files:
var useIFRAME=1;
Q: Is this something I can adjust ...or make submenus were you can't see through them?
A: Try to set the following parameter:
var transparency=100;
Q: Can a clear drop down menu transparent go over a Flash and be transparent?
A: Yes, it is possible.
To set transparence for submenus you should set the followingclear drop down parameter:
var transparency="70";
Q: How do I make the links in the transparent drop down menu NOT open up in a new window?
A: Try to set the following parameter:
var itemTarget="_self";