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

[Solved] Group Hover Graphics Cutoff

1 Answer 77 Views
Menu
This is a migrated thread and some comments may be shown as answers.
Rich
Top achievements
Rank 1
Rich asked on 26 May 2009, 03:11 PM
In the Office 2007 skin I created a CSSClass to display a submenu indicator,

.SubMenu
{
    background-position: 100% -216px !important;
}

The right arrow shows up to indicate a submenu but when I hover the left side is cuttoff like its not rendering,

.RadMenu_Office2007 .rmExpanded,
.RadMenu_Office2007 .rmExpanded:hover
{
 color: #000;
 background-position: 0 -120px;
}

Any ideas on how to fix it?

Thanks,
Rich

 

1 Answer, 1 is accepted

Sort by
0
Accepted
Yana
Telerik team
answered on 27 May 2009, 12:08 PM
Hello Rich,

I suggest you add the css class for the expanded state using "!important" rule to your page:

.RadMenu_Office2007 .rmExpanded,  
.RadMenu_Office2007 .rmExpanded:hover  
{  
  background-position: 0 -120px !important;  
}  
 

Regards,
Yana
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
Menu
Asked by
Rich
Top achievements
Rank 1
Answers by
Yana
Telerik team
Share this question
or