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?

[SOLVED] Sub menu appearing behind content in IE7
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: [SOLVED] Sub menu appearing behind content in IE7
#18303
[SOLVED] Sub menu appearing behind content in IE7 12 Years, 10 Months ago Karma: 0
Firstly, sorry for posting this again - I've searched and seen it has been a solved issue in the past, but I can't apply any of those fixes to my situation. I'm wondering if someone can tell me exactly what to do in the context of my site.

The sub menu items are appearing behind the content on my home page and content pages in IE7:

cqld.na.net.au/index.php/2011-07-26-06-23-23/procedures
cqld.na.net.au/index.php/

Could someone please tell me what code I need to put in to correct this?

Thanks in advance,
James
Last Edit: 2011/08/18 01:05 By jrbashi.
The administrator has disabled public write access.
 
#18376
Re:Sub menu appearing behind content in IE7 12 Years, 10 Months ago Karma: 748
Hello,

The problem with site template CSS styles. Try to add the next CSS rules that fix the problem:

Code:


body #header
{
 z-index: 20000;
}
  
body #nav
{
 z-index: 20001;
}
  
body #row,
body #section
{
 position: relative;
 z-index: 1;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#18445
Re:Sub menu appearing behind content in IE7 12 Years, 10 Months ago Karma: 0
That is excellent support! thanks.

solved.
The administrator has disabled public write access.
 
Go to topPage: 1