This is the image we did using and css. I am trying to implement the same in RAD Menu.
How can I align image right to the text in Radmenuitem ?
In this image, hover over the text and image will slide the menu. How can do it in radmenu ?
How can I align image right to the text in Radmenuitem ?
In this image, hover over the text and image will slide the menu. How can do it in radmenu ?
<telerik:RadMenu ID="rmMenu" runat="server" EnableImagePreloading="true" EnableEmbeddedSkins="false" BorderColor="Black" BorderStyle="None" BorderWidth="0px" Skin="COPMenu" BackColor="Transparent" ExpandAnimation-Type="None"> <Items> <telerik:RadMenuItem ID="riTrans" runat="server" Text="Communication"></telerik:RadMenuItem> <telerik:RadMenuItem ID="riGen" runat="server" Text="Appointment Book"></telerik:RadMenuItem> </Items></telerik:RadMenu>