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?

z-index?
(1 viewing) (1) Guest
Go to bottomPage: 12345678...11
TOPIC: z-index?
#9062
Re:z-index? 13 Years, 5 Months ago Karma: 0
Sorry, I found it in the modul backend.
The administrator has disabled public write access.
 
#9085
Re:z-index? 13 Years, 5 Months ago Karma: 0
Hello
I've similar problem with IE7 or IE8 with compatibility view enabled; please check out this page
Left menu is ARI Ext Menu
Top Menu is other menu
If you click in top menu on "Aktualnosci" then the other menu goes not over the ARI Ext menu

I've already changed Ext.ux.Menu.zSeed parameter to "1" and played with z-index attribute but it's still not working as expected.
Once again, this issue only apears in IE7
Hope you could help me...


Regards
pawel
The administrator has disabled public write access.
 
#9087
Re:z-index? 13 Years, 5 Months ago Karma: 748
Hello,

Add the following CSS rules:

Code:


#wrapper,
#wrapper #topcol,
#wrapper #wrapper_2
{
 position: relative;
}

#wrapper #wrapper_2
{
 z-index: 1;
}

#wrapper #topcol
{
 z-index: 2;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#9091
Re:z-index? 13 Years, 5 Months ago Karma: 0
Brilliant!
Thanks
The administrator has disabled public write access.
 
#9321
Re:z-index? 13 Years, 4 Months ago Karma: 0
Hi,

i have similar problem with ari ext menu on page www.porac-park.sk/new1/ (which i manage). I try it to solve, with z-index, but i was not successful. Can you help me?
The administrator has disabled public write access.
 
#9322
Re:z-index? 13 Years, 4 Months ago Karma: 748
Hello,

Add the following CSS rule:

Code:


body .art-contentLayout .art-sidebar1 
{
 position: relative;
 z-index: 10;
}



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