Can I make the drop down menu a different color background than the main one? Help!
Lisa,
Try the code snippet in the following article from our online documentation:
<http://help.infragistics.com/Help/NetAdvantage/NET/2008.2/CLR2.0/html/WebMenu_Change_the_Foreground_and_Background_Colors_on_a_SubMenu.html>
If you want to style all submenus at a particular level, replace the last line of code in the code snippet with the following:
this.UltraWebMenu1.Levels[1].LevelIslandClass = "NewColorClass";