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?

IE7 doesn't understand z-index
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: IE7 doesn't understand z-index
#12105
IE7 doesn't understand z-index 13 Years, 2 Months ago Karma: 0
Hello, that's me again.

I found that in IE7 there is no z-index on submenus.
Also submenu dissapears to fast from horizontal menu.

Here is my page..
Last Edit: 2011/03/09 16:52 By ninJes.
The administrator has disabled public write access.
 
#12109
Re:IE7 doesn't understand z-index 13 Years, 2 Months ago Karma: 0
I found on this forum few similar troubles. I tried to assign relative and lower z-index for overlayering div's, but it doesn't help in this case..
The administrator has disabled public write access.
 
#12110
Re:IE7 doesn't understand z-index 13 Years, 2 Months ago Karma: 748
Add the next CSS rules:

Code:


#back
{
 position: relative;
}
#header
{
 position: relative;
 z-index: 10;
}

#contentarea2
{
 z-index: 1;
}

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

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



Regards,
ARI Soft
The administrator has disabled public write access.
 
#12113
Re:IE7 doesn't understand z-index 13 Years, 2 Months ago Karma: 0
It works! Brilliance! How I can send donation to you via PayPal?
The administrator has disabled public write access.
 
#12114
Re:IE7 doesn't understand z-index 13 Years, 2 Months ago Karma: 748
We have sent the answer by email.

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