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?

submenus are hidden under the body of the site
(1 viewing) (1) Guest
Go to bottomPage: 1...17181920212223...25
TOPIC: submenus are hidden under the body of the site
#19276
Re:submenus are hidden under the body of the site 12 Years, 10 Months ago Karma: 0
Thank you! Solved my problem!
The topic has been locked.
 
#19359
Re:submenus are hidden under the body of the site 12 Years, 10 Months ago Karma: 0
Hey everyone!
So I'm having the same problem. I've read through the thread and tried the CSS code in my template.css file AND in the module parameters but can't seem to get my submenus to appear correctly. It looks like they're hidden under the content body as well.

Please help. The website I'm working on is www.mthoodac.diegoimages.com

Thanks!
The topic has been locked.
 
#19363
Re:submenus are hidden under the body of the site 12 Years, 10 Months ago Karma: 748
Hello,

Add the next CSS rules:

Code:


BODY #sidecol
{
 overflow: visible;
}

DIV UL.ux-menu LI A
{
background-image: none;
}

DIV.ux-menu-container UL.ux-menu LI A
{
 padding: 10px 10px 10px 25px !important;
}

DIV.ux-menu-container UL.ux-menu LI
{
 padding: 0 !important;
}



Regards,
ARI Soft
The topic has been locked.
 
#19367
Re:submenus are hidden under the body of the site 12 Years, 10 Months ago Karma: 0
I experience the same problem. However, only in a network install of IE8. My personal IE8 and FF3.6 does show the result I want.

I can reproduce the problem by setting the compatibility mode in IE8. Then the menu slides behind the mainbanner om the pages. This is the website
Any suggestions? Thanks!
The topic has been locked.
 
#19368
Re:submenus are hidden under the body of the site 12 Years, 10 Months ago Karma: 748
Hello,

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

Code:


body #wrapper
{
*position: relative;
}

body #menu
{
z-index: 20000;
}

body #menu .ux-menu-container .ux-menu-sub A
{
*zoom: 1;
}

body #header
{
z-index: 1;
}



Regards,
ARI Soft
The topic has been locked.
 
#19381
Re:submenus are hidden under the body of the site 12 Years, 10 Months ago Karma: 0
Freakin' Awesome!! Thanks! That worked perfect. I will have to play around with my desired opacity but that's minor. I really appreciate the help.

Thanks again.
The topic has been locked.
 
Go to topPage: 1...17181920212223...25