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?

z-index problems with modal popup
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: z-index problems with modal popup
#17120
z-index problems with modal popup 13 Years, 4 Months ago Karma: 0
Hello,im having trouble with the menu.can you help me please?here is the link : LINK
Last Edit: 2011/07/10 21:52 By mulosmani.
The administrator has disabled public write access.
 
#17125
Re:z-index problems with modal popup 13 Years, 4 Months ago Karma: 760
Hello,

What browser do you use?

Regards,
ARI Soft
The administrator has disabled public write access.
 
#17126
Re:z-index problems with modal popup 13 Years, 4 Months ago Karma: 0
firefox 4.1, and on IE 8 i have problems with autowidth.
Last Edit: 2011/07/10 23:39 By mulosmani.
The administrator has disabled public write access.
 
#17128
Re:z-index problems with modal popup 13 Years, 4 Months ago Karma: 760
Add the next CSS rule:

Code:


.window-container
{
 z-index: 10000 !important;
}

.image-browser-root
{
 z-index: 9999 !important;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#17135
Re:z-index problems with modal popup 13 Years, 4 Months ago Karma: 0
thank you for your reply.the css rule did not solve my problem

LINK
The administrator has disabled public write access.
 
#17140
Re:z-index problems with modal popup 13 Years, 4 Months ago Karma: 760
It doesn't work because you have changed lightbox engine. Now you use HighSlide, but before you used another lightbox engine. Add the next CSS rule:

Code:


.highslide-container
{
 z-index: 10000 !important;
}



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