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?

Dropdown items not visible
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Dropdown items not visible
#5682
Dropdown items not visible 13 Years, 8 Months ago Karma: 0
Hi,

I have a jquery slideshow which is positioned just below my ARI YUI drop down menu. The dropdown items are only visible when the slideshow images fadeout. I've tried applying a z-index of 99 to the menu and a z-index of 98 to the slideshow however this has not worked. Can anyone please assist ?

Site in question is here

Thanks in advance
The administrator has disabled public write access.
 
#5684
Re:Dropdown items not visible 13 Years, 8 Months ago Karma: 746
Hello,

"z-index" property works when "position" property is set to "relative" or "absolute" value. Add the following CSS rule:

Code:


#wrap, 
#navlinks,
#imgblock
{
   position: relative;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#5685
Re:Dropdown items not visible 13 Years, 8 Months ago Karma: 0
Brilliant thanks that did the job !
The administrator has disabled public write access.
 
Go to topPage: 1