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?

Sub menu items display below the menu
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: Sub menu items display below the menu
#36634
Re:Sub menu items display below the menu 11 Years, 4 Months ago Karma: 0
I have the same problem. My submenu item shows halfway down parent item, even without hover. When I hover it drops a little bit.
You can see this problem at potofgoldideas.com/
I'm sorry I have tried to code above and it didn't work for mine. I use Beez2 in Joomla 2.5.
The administrator has disabled public write access.
 
#36669
Re:Sub menu items display below the menu 11 Years, 4 Months ago Karma: 748
This problem with site template styles. Add the following CSS rules:

BODY #header
{
overflow: visible;
}

#header .ux-menu a.ux-menu-link-parent
{
padding-right: 24px;
}

#header UL.ux-menu,
#header UL.ux-menu-sub
{
padding: 0;
}

#header UL.ux-menu LI A
{
display: block !important;
}

#header UL.ux-menu LI UL.ux-menu-hidden A
{
display: none !important;
}

Regards,
ARI Soft
The administrator has disabled public write access.
 
#36677
Re:Sub menu items display below the menu 11 Years, 4 Months ago Karma: 0
Wow...Thank you for the quick response. It works great now!
I am on my way to go post a great review in Joomla extensions
The administrator has disabled public write access.
 
Go to topPage: 12