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?

YUI Menu submenu items hidden behind other module
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: YUI Menu submenu items hidden behind other module
#19874
YUI Menu submenu items hidden behind other module 12 Years, 7 Months ago Karma: 0
Thank you so much for creating this incredible module. I've looked through the forum and found that many other users are having the same problem I am - The submenu items are being hidden behind other items on the site. I've seen that I need some custom CSS in order to correct this problem.

Can you have a look at www.globalfd.com/index.php?option=com_content&view=article&id=175&Itemid=184

When you hover over the main menu items the submenu items are hidden behind the module below it.
Last Edit: 2011/09/22 19:42 By ccsorensen.Reason: reupload image
The administrator has disabled public write access.
 
#19900
Re:YUI Menu submenu items hidden behind other module 12 Years, 7 Months ago Karma: 748
Hello,

This problem with site template styles. Add the next CSS rules to fix the problem:

Code:


#ja-main .ja-mass-top
{
 overflow: visible;
}

body #ja-mainnav
{
 z-index: 11111;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#19901
Re:YUI Menu submenu items hidden behind other module 12 Years, 7 Months ago Karma: 0
You guys are awesome! Thanks for your help and quick response.
The administrator has disabled public write access.
 
Go to topPage: 1