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

Issue with applying CSS and moving menu to right

3 Answers 87 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 21 May 2010, 08:19 AM
Hi
I am facing below issue

please help me with this. When ever i am adding dir="rtl" the oder changes.  
see the first image (wrong i just want this to move to the right corner of my screen in the same order.
but when ever i use dir="rtl" then it changes its order. 

Please help 

<telerik:RadMenu runat="server" id="MENUK"  Width="417px"  
    TopAligment="Right" EnableShadows="true" EnableRoundedCorners="true"  
    Skin="Sitefinity" BackColor="#000066" Font-Bold="True"  
    Font-Names="Arial Black" ForeColor="White" dir="rtl"></telerik:RadMenu> 



3 Answers, 1 is accepted

Sort by
0
Accepted
Yana
Telerik team
answered on 25 May 2010, 11:45 AM
Hi Krishna,

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" />


Kind regards,
Yana
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
0
Krishna Chaudhary
Top achievements
Rank 1
answered on 25 May 2010, 12:09 PM
Thanks Yana for the Help it worked fine ...
Can you help me for the CSS implementation as well ...
I need to have cursor:hand; on parent and item level as well.


0
Accepted
Yana
Telerik team
answered on 26 May 2010, 02:54 PM
Hello Krishna,

Please add the following css style to your page:

div.RadMenu .rmItem a.rmLink:hover
{
  cursor: pointer !important;
}

Kind regards,
Yana
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
Menu
Asked by
Krishna Chaudhary
Top achievements
Rank 1
Answers by
Yana
Telerik team
Krishna Chaudhary
Top achievements
Rank 1
Share this question
or