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

Simple question, looking for a simple answer: How do you change the hover color in RadMenu ?

3 Answers 152 Views
Menu
This is a migrated thread and some comments may be shown as answers.
Barry
Top achievements
Rank 1
Barry asked on 09 Aug 2011, 09:57 PM
Simple question, looking for a simple answer: How do you change the hover color in RadMenu ?

So far my research has shown me nothing but seemingly overcomplicated measures (custom CSS classes etc.) just to change what you would think would be a fairly obvious control paramater.

The Black skin has a default hover color of green, I need it to be orange...it's that simple !

If anyone can tell me where the control setting is for that, I would greatly appreciate it (I find it hard to believe that cusom CSS is required to modify such an obvious thing). I also looked though the CSS file for the Black skin, and there was one hex value that was green, after changing that to orange, the green remained anyway...

Totally frustrated,

Bazz

3 Answers, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 10 Aug 2011, 05:04 AM
Hello Bazz,

Try setting the CSS as shown below to change the hover color.
CSS:
<style type="text/css">
.RadMenu_Black a.rmLink:hover
{
  color:Red!important;
}
</style>

Thanks,
Shinu.
0
Barry
Top achievements
Rank 1
answered on 10 Aug 2011, 05:35 AM
That worked great (put it in the <HEAD> section of the page with the control), thanx !

...now how about them green arrows ? :-)

Thanks,

Bazz
0
Kate
Telerik team
answered on 10 Aug 2011, 07:32 AM
Hi Bazz,

In order to apply any arrows to the menu we use simple images. I would suggest that you take a look at this demo where we have implemented it in code behind.

Greetings,
Kate
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.

Tags
Menu
Asked by
Barry
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Barry
Top achievements
Rank 1
Kate
Telerik team
Share this question
or