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

vertical menu seperator

5 Answers 41 Views
Menu
This is a migrated thread and some comments may be shown as answers.
Maor
Top achievements
Rank 1
Maor asked on 06 Dec 2012, 11:30 AM
hello 
after a lot of hours i was finnaly created my custom skin to my menu.
but still i cant rid this grey strip on sub menus
someone can help me with that?
regards maor
p.s i attached picture of the menu and the style that i have created.
  <style type="text/css">
        .new
        {
             azimuth :#b0c4ff!important;
             background-color: #b0c4ff!important;
              border-color: rgb(176, 196, 255);
           background-image: url('Menu/rmSprite.png') !important;
           
        }
          
        .new:hover
        {
              
            background-color: #b0c4ff!important;
           background-image: url('Menu/rmSprite.png') !important;
             background-position: 100% -313px !important;
            border-bottom-width 0 0 0 0;
                border-color: rgb(176, 196, 255);
               
        }
        .new .rmRootGroup
      {
          background: Transparent !important;
           border-bottom-width 0 0 0 0;
                border-color: rgb(176, 196, 255);
      }
     
 
        .new a.rmLink:hover,
.new .rmGroup a.rmFocused,
.new .rmGroup a.rmSelected,
.new .rmGroup a.rmExpanded
{
    background-color :rgb(176, 196, 255);
    background-position: 0 -168px;
     
}
.new a.rmExpanded,
.new a.rmExpanded:hover
{
     background-color :rgb(176, 196, 255);
    background-position: 0 -168px;
     
}
.new .rmGroup .rmvertical
{
       
  
      }
 
        div.new {
 
     
 
}
          
    </style>

5 Answers, 1 is accepted

Sort by
0
Kate
Telerik team
answered on 06 Dec 2012, 04:49 PM
Hello Maor,

Can you please provide a live url or explain how you apply the styles that you provided, so I can replicated the appearance locally and help you out? Meanwhile I can suggest that you try using the FIreBug tool to inspect the various css class selectors and determine which one might be causing the issue that you get. 

Greetings,
Kate
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
0
Maor
Top achievements
Rank 1
answered on 09 Dec 2012, 06:10 AM
hi kate
thank you for repling my question.
the website is not in the air yet so i cant send you a live link to it. sorry.
i have used the firebufug and another tools to inspect the web page. no one provide a solution for me.
i build the menu and the css file using this http://stylebuilder.telerik.com/New.aspx web site.
maybe i can give you the specification of the menu and you can address me what to change in the css file?
regards maor
0
Kate
Telerik team
answered on 12 Dec 2012, 01:09 PM
Hello Maor,

Can you please provide all the css classes that you are using as well as well as a simplified markup, so I can test the issue locally and help you out?

All the best,
Kate
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
0
Maor
Top achievements
Rank 1
answered on 12 Dec 2012, 01:17 PM
hi Kate
after carefully checking the css file i have solved the problem
thanks again.

this forum is very usefull!!
by the way, it will be more than great if telerik will post a good tutorial how to work with rad menu css file..
0
Kate
Telerik team
answered on 12 Dec 2012, 03:22 PM
Hello Maor,

I am happy to hear that you could resolve the issue. To get more information on the different css class selectors that the RadMenu control and the various ways how to manipulate them by increasing the value of the selectors I would suggest that you refer to the following help articles:


Greetings,
Kate
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
Menu
Asked by
Maor
Top achievements
Rank 1
Answers by
Kate
Telerik team
Maor
Top achievements
Rank 1
Share this question
or