Hi there,
great extension.
I am stuck with one problem. The submenu items are hidden behind the main content - site
www.kpktz.ba/joomla.
Menu is on top, under Features there are only 3 subitems visible, but there are 4. It works fine in Firefox, the problem is in IE.
CSS styles are:
BODY DIV.ux-menu-container
{
text-align: center;
border-style: none;
border-width:0;
}
BODY DIV.ux-menu-container UL.ux-menu-horizontal
{
display: -moz-inline-stack;
display: inline-block;
zoom:1;
*display: inline;
#pillmenu UL.ux-menu LI A
{
_zoom: 1;
_display: inline;
}
}
.ux-menu-container .ux-menu A
{
background: #444444 none;
}
.ux-menu-container .ux-menu A:hover,
.ux-menu-container .ux-menu A.ux-menu-link-hover
{
background: #666666 none;
}
.ux-menu-container .ux-menu A.current
{
background: #777777 none;
}
.ux-menu a {
color: white;
}
span.ux-menu-arrow
{
display: none;
}
.ux-menu-container
{
z-index: 900 !important;
}
Please help!