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

Make expand arrow persist on expanded

1 Answer 30 Views
Menu
This is a migrated thread and some comments may be shown as answers.
Brad H
Top achievements
Rank 2
Brad H asked on 17 Sep 2010, 08:08 PM
I'm hoping this is an easy fix and just something I've overlooked.  I have a horizontal menu with vertical slides for children and RightExpand slides for grandchildren.  The child nodes display an arrow if they have children when hovered.  This works great.  However, when the mouse is moved to the grandchildren, the arrow disappears.  Is there any way to get it to stay there so long as that child is expanded?  Again, I'm sure this is something I'm overlooking.  Here's some code:

This is what I have pertaining to the arrow:  I can include more code if needed.  Thank you.
.RadMenu_NavBlue .rmGroup .rmLink:hover .rmExpandRight,
.RadMenu_NavBlue .rmGroup .rmFocused .rmExpandRight,
.RadMenu_NavBlue .rmGroup .rmExpanded .rmExpandRight,
.RadMenu_NavBlue .rmGroup .rmSelected .rmExpandRight
{
    background:url(menu/bluearrow.gif) no-repeat right;
}

1 Answer, 1 is accepted

Sort by
0
Yana
Telerik team
answered on 23 Sep 2010, 09:41 AM
Hi Brad Hickey,

The provided css is not enough to reproduce the issue. Can you send us a live url or more complete css? Thanks

All the best,
Yana
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
Menu
Asked by
Brad H
Top achievements
Rank 2
Answers by
Yana
Telerik team
Share this question
or