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?

Child menus hidden by slideshow
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Child menus hidden by slideshow
#11753
Child menus hidden by slideshow 13 Years, 2 Months ago Karma: 0
See: www.sdst.org/index.php?option=com_content&view=category&layout=blog&id=140&Itemid=173

The first time you try the menu items on the left-vertical menu they are fine. After that, they become hidden by the slide show. I know it's a matter of changing the z-index somewhere, but I'm not sure where or what file. Can you help me please?
The administrator has disabled public write access.
 
#11759
Re:Child menus hidden by slideshow 13 Years, 2 Months ago Karma: 748
Hello,

Add the next CSS rule:

Code:


DIV#leftcol 
{
 position: relative;
 z-index: 10;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#11786
Re:Child menus hidden by slideshow 13 Years, 2 Months ago Karma: 0
Great! That worked!
The administrator has disabled public write access.
 
#11848
Re:Child menus hidden by slideshow 13 Years, 2 Months ago Karma: 0
I'm having this same problem. I tried the solution suggested (though I set the ID to the ID of the DIV containing my horizontal menu). This did not help at all, the menus show, but fade when the slider fades to the next picture (in FF, IE and Chrome). I've tried playing around with the z-index in different places with no luck. Thanks in advance for any help.

My site is @ http://grace.john-m-moore.com
The administrator has disabled public write access.
 
#11849
Re:Child menus hidden by slideshow 13 Years, 2 Months ago Karma: 748
Hello,

Add the next CSS rules:

Code:


DIV#main-content
{
 position: relative;
 z-index: 1;
}

DIV#navr
{
 position: relative;
 z-index: 10;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#11852
Re:Child menus hidden by slideshow 13 Years, 2 Months ago Karma: 0
Awsome, thanks for the quick and great reply. Works great now.
The administrator has disabled public write access.
 
Go to topPage: 1