Froggle:I would suggest using a .skin file and setting the BackColor of your StaticMenuItems to Yellow as well.
I agree. I name my skin files by control type. For example, Menu.skin, TextBox.skin etc. It enables me to track the different styles for each control.
Try adding MenuItems to see the color change, I am running VS 2005 RTM - possibly and older version would require MenuItems to render the color?? It works for me without the MenuItem, though..
<asp:menu ID="Menu1" Backcolor="Yellow" runat="server">
<Items>
<asp:MenuItem Text="One" Value="One"></asp:MenuItem>
<asp:MenuItem Text="Two" Value="Two"></asp:MenuItem>
</Items>
</asp:menu>
Don't forget to mark the most helpful post(s) as Answer so the community knows.
~*~*~*~*~*~
Thanks,
Chelsea