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

How to remove the Vertical Divider between menu items?

4 Answers 184 Views
Menu
This is a migrated thread and some comments may be shown as answers.
Stanley
Top achievements
Rank 1
Stanley asked on 08 Jan 2010, 04:22 PM
After playing with the stylesheets, i still can't get rid of the vertical divider.
Consider the following menu (I'm using the default skin):-
Menu 1 | Menu 2 | Menu 3

I need it to be :-
Menu 1  Menu 2  Menu 3

How can I achieve this?

4 Answers, 1 is accepted

Sort by
0
Accepted
sitefinitysteve
Top achievements
Rank 2
Iron
Veteran
answered on 11 Jan 2010, 02:09 AM
It's coming from here
.RadMenu_Default .rmRootGroup, .RadMenu_Default .rmLink, .RadMenu_Default .rmText, .RadMenu_Default .rmLeftArrow, .RadMenu_Default .rmRightArrow, .RadMenu_Default .rmTopArrow, .RadMenu_Default .rmBottomArrow { 
background-color:transparent
background-image:url(/aspnet-ajax/WebResource.axd?d=YvnVKmD0ElV4CQeSxhPOOL6mEpZ-a_Amu002ItMN4vm_Nz9q--u3MRZQWGpNk0UeASwAM6UpS_MXsJCjm2bFfw2&t=633958582850000000); 

It appears to be part of the background image.  So you can find the sprite in the Default folder in your telerik install directory and just delete the vertical line then use the above style with !important at the end to override and use yours instead of theirs.


0
Stanley
Top achievements
Rank 1
answered on 11 Jan 2010, 06:48 PM
Thank You Steve.
This solution works.
0
sitefinitysteve
Top achievements
Rank 2
Iron
Veteran
answered on 11 Jan 2010, 06:49 PM
No problem,
 
Would you be able to mark that post as Answered? :)
0
Mark Galbreath
Top achievements
Rank 2
answered on 05 Feb 2010, 04:21 PM
Or you could just add

.rmGroup 
        { 
            background-imagenone !important; 
        } 

to your CSS.

Cheers!
Mark
Tags
Menu
Asked by
Stanley
Top achievements
Rank 1
Answers by
sitefinitysteve
Top achievements
Rank 2
Iron
Veteran
Stanley
Top achievements
Rank 1
Mark Galbreath
Top achievements
Rank 2
Share this question
or