Home News Contact Us Forum About Us Demos Products F.A.Q.
Shopping Cart
You currently have 0 items in your cart.


Recent Events
  • 31/12/2023 New Year SALE

    We are glad to announce New Year SALE. 25% discount for all our extensions. Use NY24 coupon code. Hurry up the discount is valid till 7 January.

  • 21/11/2023 BLACK FRIDAY 23 is coming

    BIG SALE, 35% discount for all our extensions. Use BF23 coupon code. Hurry up the discount is valid till 27 November.


2Checkout.com, Inc. is an authorized retailer of goods and services provided by ARI Soft. 2CheckOut




Follow us on twitter



Welcome, Guest
Please Login or Register.    Lost Password?

the subitems are hidden behind main content
(1 viewing) (1) Guest
Go to bottomPage: 12345678
TOPIC: the subitems are hidden behind main content
#10793
the subitems are hidden behind main content 13 Years, 4 Months ago Karma: 0
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!
The administrator has disabled public write access.
 
#10794
Re:the subitems are hidden behind main content 13 Years, 4 Months ago Karma: 748
Hello,

It seems this problem occurs only in IE 6 - 7 browsers. Add the following CSS rule that fix it:

Code:


DIV#header
{
 z-index: 10; 
 position: relative;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#10795
Re:the subitems are hidden behind main content 13 Years, 4 Months ago Karma: 0
Yes! It works now.

I am fascinated with your support, you replied in a couple of minutes, and solved a problem - congrats guys!
The administrator has disabled public write access.
 
#10864
Re:the subitems are hidden behind main content 13 Years, 4 Months ago Karma: 0
I've got the same problem, but I cannot resolve it...
My site is www.extreme-motors.it/index.php and the menu works well in homepage, but doesn't work on the other pages.
The menu is on User3 position.
How can i do?
Thank you very much!!
The administrator has disabled public write access.
 
#10865
Re:the subitems are hidden behind main content 13 Years, 4 Months ago Karma: 748
Add the next CSS rules:

Code:


DIV.row-top-menu,
DIV.tail-top-menu
{
 overflow: visible;
}

DIV.tail-top-menu
{
 height: 36px;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#10866
Re:the subitems are hidden behind main content 13 Years, 4 Months ago Karma: 0
YOU ARE A GOD!!
Yhank you very much!!
The administrator has disabled public write access.
 
Go to topPage: 12345678