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

Custom css .rmSelected not working

2 Answers 91 Views
Menu
This is a migrated thread and some comments may be shown as answers.
Samantha
Top achievements
Rank 1
Samantha asked on 02 Jun 2011, 05:59 PM
I am using a custom style sheet for my menu.  The hover background is correct, but the selected is not working.  Here is the css:

.RadMenu_Insignia a.rmLink:hover,
.RadMenu_Insignia a.rmFocused,
.RadMenu_Insignia a.rmSelected
{
    background-color: #ffd700 !important;
}

Any help would be greatly appreciated.  This is very frustrating.

2 Answers, 1 is accepted

Sort by
0
Ivan Zhekov
Telerik team
answered on 03 Jun 2011, 01:56 PM
Hi Samantha,

From the snippet alone, we can not tell anything. It might be, that there is overlapping background image; it might be that there is background of the inner span is overlapping.

Could you include zip and attach the entire skin, so we could test it.

Also, we'll need additional information such as operating system you are testing on, browser version and anything you think might be specific to your case.

Kind regards,
Ivan Zhekov
the Telerik team

Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

0
Samantha
Top achievements
Rank 1
answered on 03 Jun 2011, 04:07 PM
Thanks Ivan -

I actually solved it in a round about way by implementing a sitemap for breadcrumbs and using the ShowPath property.  Now my selected items are displaying correctly.
Tags
Menu
Asked by
Samantha
Top achievements
Rank 1
Answers by
Ivan Zhekov
Telerik team
Samantha
Top achievements
Rank 1
Share this question
or