Recent Questions
Q: Thnx, it works now, just one more question :-)
 I use frames on my website, the target frame name is main.
 But when i put main as target in the simple javascript drop down menu, it loads as a new windows, do you know what i'm doing wrong? 
A:  You can set target parameter for all items:
   var itemTarget="main";
Where main - is the name of the frame where you want to open the link.
 or for each item individually:
 ["Home","testlink.html", "", "", "", "main", "", "", "", "", "", ],
Q: I have noticed an issue with the css menu dropdown. It 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. 
 Any Ideas?
A: Try to set the following parameter to overlap .pdf files:
  var useIFRAME=1;
Q: In Firefox, the menu bar css is hidden behind Flash player. Anyway to fix this?
 
A: See fix for flash in Firefox here:
http://deluxe-menu.com/objects-overlapping-sample.html
Q: How do I set just one sub menu link to open in a new window for the css dhtml menu
 when the rest is set to _self ? 
A: You can set item's target for each item individually:
 ["Home","testlink.htm", "default.files/icon1_s.gif", "default.files/icon1_so.gif", 
"", "Home Page Tip", "_blank", "", "", "", ],