Recent Questions
Q: Your service is excellent and I am making progress learning the program. I was able to resolve the transparency issue thanks to your help but, but now I have another one that is stumping me.
 I can get the menu to show up in my html document and it works as I hoped it would. However, no matter where I put the line of code in my html file, the down menu in dhtml always shows up at the very top of the page. The instructions indicate the following:
 Copy the following code into clipboard and paste it into the place you want to have the down menu in dhtml:
 <script type="text/javascript" src="newmenu2.js"></script>
 For example, into a table cell:
 <table>
 <td><script type="text/javascript" src="newmenu2.js"></script></td>
 </table>
 No matter where I put the code: 
 <script type="text/javascript" src="newmenu2.js"></script>, the menu shows up at the top of the page.
 What am I missing? 
A: Check that you're using relative position for the down menu in dhtml:
  var absolutePos=0;
  var posX="0px";
  var posY="0px";
Q: I am trying to create a tab menu and I have some questions. 
I want each tab in a hover tab menu has a different image,
 the normal and hover state uses the same image and the selected state uses a different image.
A: If you want to use different images you should use Individual Item Styles and assign them for your tabs.
  var bstyles = [
 ["bitemBackImage=deluxe-tabs.files/style04_n_back.gif,deluxe-tabs.files/style04_s_back.gif,deluxe-tabs.files/style04_s_back.gif",
 "bbeforeItemImage=deluxe-tabs.files/style04_n_left.gif,deluxe-tabs.files/style04_s_left.gif,deluxe-tabs.files/style04_s_left.gif",
 "bafterItemImage=deluxe-tabs.files/style04_n_right.gif,deluxe-tabs.files/style04_s_right.gif,deluxe-tabs.files/style04_s_right.gif"],
 ["bitemBackImage=deluxe-tabs.files/style04_2_n_back.gif,deluxe-tabs.files/style04_2_s_back.gif,deluxe-tabs.files/style04_2_s_back.gif",
"bbeforeItemImage=deluxe-tabs.files/style04_2_n_left.gif,deluxe-tabs.files/style04_2_s_left.gif,deluxe-tabs.files/style04_2_s_left.gif",
"bafterItemImage=deluxe-tabs.files/style04_2_n_right.gif,deluxe-tabs.files/style04_2_s_right.gif,deluxe-tabs.files/style04_2_s_right.gif"],
 ["bitemBackImage=deluxe-tabs.files/style04_3_n_back.gif,deluxe-tabs.files/style04_3_s_back.gif,deluxe-tabs.files/style04_3_s_back.gif",
"bbeforeItemImage=deluxe-tabs.files/style04_3_n_left.gif,deluxe-tabs.files/style04_3_s_left.gif,deluxe-tabs.files/style04_3_s_left.gif",
"bafterItemImage=deluxe-tabs.files/style04_3_n_right.gif,deluxe-tabs.files/style04_3_s_right.gif,deluxe-tabs.files/style04_3_s_right.gif"],
];
  var bmenuItems = [
 ["Item 1","", "", "", "", "", "0", "", "", ], //style1
 ["Item 2","", "", "", "", "", "1", "", "", ], //style2
 ["Item 3","", "", "", "", "", "2", "", "", ], //style3
];
Q: I am interested in your dhtml menu product, I did not see any examples using a target attribute for the url, i.e.
 <a href=http://yoursite.com/ target-"_blank"> 
 Also if this is supported if you could send me an example of how to configure this...
 
A: You should use the following parameter 
  var itemTarget = "_self"; 
 
Please, see also individual items targets, for example: 
  ["|Features","testlink.html", "default.files/icon2.gif", "default.files/icon2o.gif", , "_blank", , , , ], 
Change "_blank" to "" or to "_self".
Q: When viewed in the DeLuxe Tuner preview mode everything is OK and as desired, but in the IE8 view the dropdown menus are still centered instead of flush left. 
A: 	Try to install the menu in the following way:
 <td align="center">
 <span style='text-align:left'> 
 <script type="text/javascript" src="data.js">
 </script>
 </span></td>