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

Make Seperator 100% width of Vertical Menu

1 Answer 46 Views
Menu
This is a migrated thread and some comments may be shown as answers.
Jeff Reinhardt
Top achievements
Rank 1
Jeff Reinhardt asked on 11 Feb 2010, 02:01 PM
I am using a vertical menu, it is using the Sitefinity skin and the center in a div CSS from this post: http://www.telerik.com/community/forums/aspnet-ajax/menu/centering-menu-in-a-div.aspx

How can I also get the menu item separator to be 100% width?

1 Answer, 1 is accepted

Sort by
0
Yana
Telerik team
answered on 12 Feb 2010, 03:24 PM
Hello Jeff,

Please add the following css styles to your page and let us know how it goes:

<style type="text/css">
     
    div.RadMenu_Sitefinity .rmVertical .rmItem .rmLink {
         border-bottom:1px solid #CCCCCC;
    }
     
    div.RadMenu_Sitefinity .rmVertical .rmItem .rmLink .rmText,
    div.RadMenu_Sitefinity .rmGroup .rmItem .rmLink   {
        border-bottom: none;
           
    }
</style>


Greetings,
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
Jeff Reinhardt
Top achievements
Rank 1
Answers by
Yana
Telerik team
Share this question
or