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

Can't get right arrow to show

1 Answer 38 Views
Menu
This is a migrated thread and some comments may be shown as answers.
Robert
Top achievements
Rank 1
Robert asked on 24 Sep 2010, 01:04 AM

Any help is greatly appreciated.

Aspx code:
<

 

telerik:RadMenu ID="USSRadMenu" runat="server" DataSourceID="USSsmd" Skin="">

 

 

</telerik:RadMenu>

 

 

<asp:SiteMapDataSource ID="USSsmd" runat="server" ShowStartingNode="false" SiteMapProvider="USSMenu" />

css that is NOT working:

 

.RadMenu

 

.rmGroup .RightArrow,

 

 

 

.RadMenu

 

.rmGroup .RightArrowDisabled

 

{

 

background-image: url(Images/RightArrow.gif) no-repeat rightright !important;

 

}

 

Sitemap example expecting to see right arrow to go to Level 2

 

 

<

 

siteMap xmlns="http://schemas.microsoft.com/AspNet/SiteMap-File-1.0" >

 

<

 

siteMapNode url="Root#" title="" description="">

 

<

 

siteMapNode url="ContractAdmin#" title="ContractAdmin" description="" >

 

    <

siteMapNode url="~/ContractAdmin/Branding.aspx" title="Branding" description="" >

 

        <

 

siteMapNode url="Level2#" title="Level 2" description="" />

 

    </

 

siteMapNode>

 

</

 

siteMapNode>

 

<

 

siteMapNode url="" title="LogOut" description="" />

 

</

 

siteMapNode>

 

</

 

siteMap>

 

1 Answer, 1 is accepted

Sort by
0
Accepted
Yana
Telerik team
answered on 27 Sep 2010, 04:04 PM
Hi Robert,

You should modify your styles like this:

<style type="text/css">
    .RadMenu  .rmGroup  .rmExpandRight
    {
        background: url(Images/RightArrow.gif) no-repeat  top  right !important;
    }
</style>


Kind regards,
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
Robert
Top achievements
Rank 1
Answers by
Yana
Telerik team
Share this question
or