Hello,
The use of "Search Engine Friendly URLs" results in a dissapearing background when a sub-menu item is active. Does anyone know how to solve this problem?
.ux-menu
{
zoom:0;
position:absolute;
top:164px;
z-index:90;
margin-left: auto;
margin-right: auto;
width:984px;
height:57px;
background-image:url(templates/theme576_joomla25/images/menu_bg.gif);
}
.ux-menu LI A.ux-menu-link-level-0
{
background: transparent none;
border-style: none;!important;
height: 30px;
}
.ux-menu LI A.ux-menu-link-level-0 .ux-menu-arrow
{
top: 31px;
}
ul.ux-menu LI.ux-menu-item-main
{
background: transparent none;
border-style: none;!important;
margin-right: 18px;
margin-left: 18px;
}
ul.ux-menu LI.ux-menu-item-main>a
{
display: table-cell;
vertical-align: bottom;
}
ul.ux-menu LI.ux-menu-item-main>a.current
{
background-image: url(templates/theme576_joomla25/images/alt1menu_bg_right.gif), url(templates/theme576_joomla25/images/menu_bg_left.gif);
background-position: right top,left top;
background-repeat: no-repeat;
}
.ux-menu LI a.ux-menu-link-level-0:hover
{
background-image: url(templates/theme576_joomla25/images/alt1menu_bg_right.gif), url(templates/theme576_joomla25/images/menu_bg_left.gif);
background-position: right top,left top;
background-repeat: no-repeat;
}
.ux-menu LI a.ux-menu-link-hover
{
background-image: url(templates/theme576_joomla25/images/alt1menu_bg_right.gif), url(templates/theme576_joomla25/images/menu_bg_left.gif);
background-position: right top,left top;
background-repeat: no-repeat;
}
.ux-menu LI A.ux-menu-link-level-1
{
top: -6px;
}
.ux-menu LI A.ux-menu-link-level-2
{
top: -6px;
}