Recent Questions
Q: Please tell me where I am going wrong: 
The menu is all messed up!
 
A: See, now you have: 
  var itemBackImage=["data.files/btn_green.gif","data.files/btn_whitegreen.gif"]; 
and you also assign Individual Item Style with itemBackImage anditemWidth parameters for each item 
  var itemStyles = [ 
 ["itemWidth=92px","itemBorderWidth=0","fontStyle=normal 11px Tahoma","fontColor=#000000,#000000",
"itemBackImage=data.files/btn_whitegreen.gif,data.files/btn_white_white.gif"],
]; 
  var menuItems = [ 
 ["projects","", , , , , "0", "0", , ], 
 ["FMWR","", , , , , "0", "0", , ], 
 ["general water info","", , , , , "0", "0", , ], 
 ["bulletin board","", , , , , "0", "0", , ], 
 ["WSS MDG tracking","", , , , , "0", "0", , ], 
 ["reform instruments","", , , , , "0", "0", , ], 
You should delete itemBackImage and itemWidth parameters from itemStyles.
Q: How can I make top items different colors in the dhtml pop up menu? 
A: You should create 6 Individual Styles and assign them to you topitems.
  var itemStyles = [
 ["itemBackColor=#0000ff,#0000ff","showByClick=0"], //style 0
 ["itemBackColor=#FF00FF,#FF00FF","showByClick=0"], //style 1
 ["itemBackColor=#00ffff,#00ffff","showByClick=0"], //style 2
 ["itemBackColor=#00ff00,#00ff00","showByClick=0"], //style 3
 ["itemBackColor=#FFFF00,#FFFF00","showByClick=0"], //style 4
 ["itemBackColor=#FF0000,#FF0000","showByClick=0"], //style 5
];
 ["Find out Who we are","http://www.yoursite.org/", "", "", "", "", "0", "0", "", "", "", ], //style 0
 ["Apply For Fellowship","http://www.yoursite.org/info.html", "", "", "", "_blank", "1", "", "", "", "", ], //style 1
 ["Fellows Corner","", "", "", "", "", "2", "", "", "", "", ], //style 2
 ["Enroll in a course","", "", "", "", "", "3", "", "", "", "", ], //style 3
 ["Engage in a discussion","", "", "", "", "", "4", "", "", "", "", ], //style 4
 ["Read The Bulletin","", "", "", "", "", "5", "", "", "", "", ], //style 5
Q: I have created a CSS menu that appears in the <noscript> section, but am having a problem getting it to behave the same as the java menu. I want to show all the items as asingle line at each level, aligned to the left of the frame. I cannot find a way ofsetting left align in the style sheet or in the deluxe tuner for the css dhtml menu. 
A: We've added align parameters in the new version 3.6:
  var subMenuAlign="pleft";
You should set this parameter and specify width for submenu. You can use different smwidthfor each submenu using Individual Submenu styles.
Q: I want to change the background color of one of the menu items of the menu horizontal.If I understand correctly I go to INDIVIDUAL STYLES and should be able tochange the background color for one of the menu items there. Under item appearance I tried to change itemBackColor - but I can't seem to make it take affect (I tried clicking OK but its under the Style Names, so thats probably not it.
 Please advise.
A:  You should click "Edit Individual Styles" button.
 On the 'Item Styles' tab click "Add style" button.
 Set itemBackColor and click "OK" button.
 Select the item you want to change the style for and assign new style for it. Go to Item Parameters window 'Item style' field.
   var itemStyles = [
 ["itemBackColor=#EB2999,#590937"], //style0
];
  var menuItems = [
 ["Home","testlink.html", "", "", "", "", "", "", "", "", "", ],
 ["Product Info","", "default.files/icon1.gif", "default.files/icon1o.gif", "", "", "0", "", "", "", "", ], //style0