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.
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
>