Home News Contact Us Forum About Us Demos Products F.A.Q.
Shopping Cart
You currently have 0 items in your cart.


Recent Events
  • 23/11/2024 Black Friday 2024

    BIG SALE, 30% discount for all our extensions. Use BF24 coupon code. Hurry up the discount is valid till 3 December.

  • 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.


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, 8 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, 8 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, 8 Months ago Karma: 760
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, 8 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, 8 Months ago Karma: 760
We have sent the answer by email.

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