HI
I am not able to implement CSS on my Radmenu.
Please see the image attached below.
On mousehover no Hand is coming on where as i am using cursor:hand; in my CSS
Other issue i am facing is when ever i add dir="rtl" it move to right which is fine with me but the order of the menu changes. i want to keep the same order but keeping it to the right corner of the screen.
Please help me with this asap.
Below is the code in the .ascx file
<telerik:RadMenu runat="server" id="MENUK" Width="350px" style="z-index:2500" |
EnableShadows="true" EnableRoundedCorners="false" |
EnableEmbeddedSkins="True" BorderStyle="Solid" forecolor= "LightGray" |
BackColor="#000066" Font-Bold="True" Font-Names="Arial Black" CssClass="rmExpanded:hover" dir="rtl"> |
</telerik:RadMenu> |