Recent Questions
Q: How do I set just one drop down menu hyperlink to open in a new window 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", "", "", "", ],
Q: We have been using you menus for a couple of months now. If I use the pathPrefix_link variable does it prefix dhtml menu's links that already have http or https (such as external sites) and will it interfere with the javascript onclicks for that we have setup? 
A: 	No, path prefix won't be added to links with 'http://...' and 'javascript:...' in the beginning ofthe link field.
Q: I would like to have submenu’s border to be the same for first and second level of submenu. 
“Management” item goes over “Staff” item. 
I want the same for “Staff” over “Provincial Office”
 
A: Try to set the following parameters: 
//------- Submenu Positioning ------- 
  var topDX = 0; 
  var DX = 0; 
Q: Is it possible to have the "parent" item be purely an image but the dropdown portion of the menu being in regular text? 
 What we want to do is show emulate a basic text look for the main menu headings but the font is a special font so we have to use an image. When hovered over we'd like to replace the image (i.e do a rollover) with the same text but a different color.
 
A: Yes you can create such menu. 
You should use images for the main items. 
You should write your menu items in the following way: 
 ["","", "images/vista1/btn_black.gif", "images/vista1/btn_black_blue.gif", , , , , , ], 
 ["","", "images/vista1/btn_black.gif", "images/vista1/btn_black_blue.gif", , , , , , ],