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

Right Expand Arrow - Root Level

1 Answer 79 Views
Menu
This is a migrated thread and some comments may be shown as answers.
Josh
Top achievements
Rank 1
Josh asked on 05 Feb 2009, 01:46 AM
I can't seem to get the Right Expand Arrow to display on the top level when there are children items within it.  Can you point me to documentation on how to resolve this?

.RadMenu_VA .rmGroup .rmLink .rmExpandRight 
    backgroundtransparent url(Menu/ArrowExpand.gif) no-repeat rightright -1px

I am using a customized version (copy) of the Default skin.

Thanks,
Josh

1 Answer, 1 is accepted

Sort by
0
Yana
Telerik team
answered on 06 Feb 2009, 01:11 PM
Hello Josh,

You should use rmRootGroup css class for root items of RadMenu, rmGroup class is applied to the child items:

.RadMenu_VA .rmRootGroup .rmLink .rmExpandRight    
{    
    backgroundtransparent url(Menu/ArrowExpand.gif) no-repeat right -1px;    
}    
 


All the best,
Yana
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Menu
Asked by
Josh
Top achievements
Rank 1
Answers by
Yana
Telerik team
Share this question
or