This is a migrated thread and some comments may be shown as answers.

Radmenu CSS and Menu order issue

1 Answer 67 Views
Menu
This is a migrated thread and some comments may be shown as answers.
Krishna Chaudhary
Top achievements
Rank 1
Krishna Chaudhary asked on 25 May 2010, 09:58 AM
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> 






1 Answer, 1 is accepted

Sort by
0
Krishna Chaudhary
Top achievements
Rank 1
answered on 25 May 2010, 12:17 PM
This is expected behavior when setting rtl direction - it turns the typing mode to be from right to left.
If you just need to float the menu to the right, here is the solution:

<telerik:RadMenu ID="RadMenu1" runat="server" style="float: right" />



Tags
Menu
Asked by
Krishna Chaudhary
Top achievements
Rank 1
Answers by
Krishna Chaudhary
Top achievements
Rank 1
Share this question
or