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

Customize the Rad menu Office2007 skin hover color

1 Answer 169 Views
Menu
This is a migrated thread and some comments may be shown as answers.
MD.Liakath
Top achievements
Rank 1
MD.Liakath asked on 16 May 2012, 12:35 PM
Hi ,
I am using Rad Control in SharePoint site masterpage.
in Office2007 skin i want to change the hover color from Orange to white...etc.,
Rad menus comes dynamically, so i don't know how to customize this.

Thanks & Regards
MD Liakath Ali

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 18 May 2012, 10:09 AM
Hi,

Try the following CSS to change the color.

CSS:
<style type="text/css">
 
      .RadMenu_Office2007 a.rmLink:hover
    {
      background-color:white !important;
    }
    .RadMenu_Office2007 a.rmLink, .RadMenu_Office2007 .rmText
    {
        background-image:none !important;
    }
</style>

Thanks,
Shinu.
Tags
Menu
Asked by
MD.Liakath
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or