We want to be able to change the image, instead of the telerik image (menu2.png) we want to display a client logo. Do we need to build a new image using menu1.png as the background using photoshot or something? Or can we overlay an image on top of the background menu1.png (in code below this is named MenuBarGb.gif)? It would be better if we can overlay an image but I don’t see how to change the code to allow this to happen. See code below:
<telerik:RadMenu ID="RadMenu1" runat="server" Skin="Office2007Big" EnableEmbeddedSkins="false"
CssClass="Office2007RootItem" EnableScreenBoundaryDetection="false" Style="position: absolute;
margin-top: -31px; margin-left: -1px;">
<Items>
<telerik:RadMenuItem ImageUrl="Images/MenuBarBg.gif" CssClass="myClass">
</telerik:RadMenuItem>
</Items>
</telerik:RadMenu>