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?
#13363
Re:z-index? 13 Years ago Karma: 0
Problem solved, nice to use your extensions with this kind of support. Keep this going!
The administrator has disabled public write access.
 
#21344
Re:z-index? 12 Years, 5 Months ago Karma: 0
Hello I am having a similar issue with a site I am building

d2737005.u370.wcphosting.com/beta/index.php?option=com_content&view=article&id=27&Itemid=15

using ari menu with slimbox plugin

When you select the image the lightbox is behind the menu bar. I have read earlier post and tried various solutions and am still not able to fix this for myself.
The administrator has disabled public write access.
 
#21345
Re:z-index? 12 Years, 5 Months ago Karma: 747
Hello,

Add the next CSS rules:

Code:


#lbOverlay {
 z-index: 10000;
}

#lbCenter,
#lbBottomContainer {
 z-index: 10001 !important;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#21349
Re:z-index? 12 Years, 5 Months ago Karma: 0
I used the code you supplied and it worked like a charm. Thank you for your prompt support!
The administrator has disabled public write access.
 
#24697
Re:z-index? 12 Years, 2 Months ago Karma: 0
On my page, the main navigation drop downs (maxi menu ck) are showing up behind the ext menu, i have tried changing every z-index setting in the modules and js and css to no avail, any ideas?

educateiowa.gov/jupgrade2/index.php?option=com_content&view=article&id=2218&Itemid=248
The administrator has disabled public write access.
 
#24702
Re:z-index? 12 Years, 2 Months ago Karma: 747
Add the next CSS rules:

Code:


BODY .header
{
 z-index: 2;
 position: relative;
}

BODY .leftcolumn
{
 z-index: 1;
 position: relative;
}



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