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?

My Dropdown Menues are behind the ARI SLIDER
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: My Dropdown Menues are behind the ARI SLIDER
#42003
My Dropdown Menues are behind the ARI SLIDER 10 Years, 9 Months ago Karma: 0
Hi, I need help!...my dropdown menues are behind the ARI SLIDER. I have added the following pieces of code to the CSS file but the issue persists. Can you please assist me? My site is: www.ofimarcas.com:

.art-BlockContent-body UL.ux-menu LI
{
margin: 0;
padding: 0;
}

body .art-sidebar1
{
z-index: 2;
}

body .art-content-sidebar2
{
z-index: 1;
}

body #topmenu_wrap
{
overflow: visible;
position: relative;
z-index: 2;
}

body #content-menu_wrap_bg
{
position: relative;
z-index: 1;
}
BODY #ja-mainnavwrap
{
position: relative;
}

#shadowbordertop
{
z-index: 2;
position: relative;
}

#xtc-holder
{
z-index: 1;
position: relative;
}

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

#main
{
z-index: 1;
position: relative;
}
The administrator has disabled public write access.
 
#42007
Re:My Dropdown Menues are behind the ARI SLIDER 10 Years, 9 Months ago Karma: 746
Hello,

This problem with menu styles. Add the following CSS rule to fix the problem:

body ul.menu-suckerfish ul
{
z-index: 1000;
}

Regards,
ARI Soft
The administrator has disabled public write access.
 
#42011
Re:My Dropdown Menues are behind the ARI SLIDER 10 Years, 9 Months ago Karma: 0
The best Technical Support Ever! Issue has been fixed. Thank you so much!
The administrator has disabled public write access.
 
#53119
Re:My Dropdown Menues are behind the ARI SLIDER 9 Years, 2 Months ago Karma: 0
Page: www.hotel-bergidyll.ch/content

In the layout for smartphones the menu changes into a selectbox, but after the second image, the selectbox is covered by the images. I tried different ways with z-index, but nothing was working.

Thanks for your help
fidelito
The administrator has disabled public write access.
 
#53122
Re:My Dropdown Menues are behind the ARI SLIDER 9 Years, 2 Months ago Karma: 746
This problem with site template styles for the menu. Add the following CSS rules:

BODY #header-outer {z-index: 2;}
#banner-outer {position: relative;z-index: 1;}

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