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 showing up underneath main content
(1 viewing) (1) Guest
Go to bottomPage: 123
TOPIC: Submenus showing up underneath main content
#20484
Submenus showing up underneath main content 12 Years, 9 Months ago Karma: 0
The submenus appear underneath my content instead of above it when using Internet Explorer (version 8.0.6). Everything is fine in firefox, safari, and chrome. I have played with z-index but can't figure out how to fix. If you could take the time to look at my site and give me a solution, I will gladly give you a positive review in the joomla extension directory.

Thanks!

www.wellnesswithkate.com
The administrator has disabled public write access.
 
#20485
Re:Submenus showing up underneath main content 12 Years, 9 Months ago Karma: 748
Hello,

Add the next CSS rules:

Code:


BODY #nav
{
 position: relative;
 z-index: 2;
}

BODY #wrapper
{
 position: relative;
 z-index: 1;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#20709
Re:Submenus showing up underneath main content 12 Years, 8 Months ago Karma: 0
Please advise:

The posted fix does not work for me. I too, am having submenu issues where the menu shows beneath the posted wrapper content (iframe pdf wrapper in joomla and flash in a wrapper in joomla)

site: www.tntdancestudio.com

I tried the:
BODY #nav
{
position: relative;
z-index: 2;
}

BODY #wrapper
{
position: relative;
z-index: 1;
}

already.

I also tried window=transparent fix you mentioned in another post.

Please advise.

Thanks,

X
The administrator has disabled public write access.
 
#20721
Re:Submenus showing up underneath main content 12 Years, 8 Months ago Karma: 748
Hello,

Provide a screenshot please where we can see the problem and specify what browser you use.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#20762
Re:Submenus showing up underneath main content 12 Years, 8 Months ago Karma: 0
Here is a pic of the News Section Problem. Its a Flash object in Joomla.



Here is a pic of the Forms Section Problem. It's a PDF object in Joomla.



I use IE and Chrome.

But in IE I also get same error PLUS transparent Sub menus.

Last Edit: 2011/10/17 23:49 By xlightwaverx.
The administrator has disabled public write access.
 
#20764
Re:Submenus showing up underneath main content 12 Years, 8 Months ago Karma: 748
A flash object doesn't contain wmode="transparent" attribute. You can see it in developer console, for this press Ctrl+Shift+J in Chrome browser.

Regards,
ARI Soft
The administrator has disabled public write access.
 
Go to topPage: 123