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 Menu goes under the ari image slider.
(1 viewing) (1) Guest
Go to bottomPage: 12345678
TOPIC: dropdown Menu goes under the ari image slider.
#32784
Re:dropdown Menu goes under the ari image slider. 11 Years, 6 Months ago Karma: 748
Hello,

Add the following CSS rules:

Code:


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

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



Regards,
ARI Soft
The administrator has disabled public write access.
 
#32786
Re:dropdown Menu goes under the ari image slider. 11 Years, 6 Months ago Karma: 0
Thank you very much for your unbelievably fast reply. Problem solved.
Out of curiosity how did you find this solution? i would like to learn how you approached this so i know how to do the same in the future. I use firebug but i don't understand how to do what you did.

Anyway i realize that you don't have to reply to these kind of questions so if you don't reply I'll understand, no problem

Thanks again
The administrator has disabled public write access.
 
#32787
Re:dropdown Menu goes under the ari image slider. 11 Years, 6 Months ago Karma: 748
It requires some knowledge of CSS and HTML.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#34861
Re:dropdown Menu goes under the ari image slider. 11 Years, 4 Months ago Karma: 0
I am having a similar issue. My website is comprised of eight different templates.
I did not build it this way, but I am having to come behind the person that did.
I am using your slider on my site (it's gorgeous!) but my main navigation bar is showing up behind the slider.
I am using the {loadposition xx} command to have the module show up in an article.
Can you take a look at this link and tell me what z index rule I need to put into this site, and where, for the menu to display correctly?

wwwtest.mspark.com/2012-09-07-00-19-56

Thanks in advance for your help!
The administrator has disabled public write access.
 
#34863
Re:dropdown Menu goes under the ari image slider. 11 Years, 4 Months ago Karma: 748
This problem with site template styles. Add the following CSS rules to fix the problem:

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

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

Regards,
ARI Soft
The administrator has disabled public write access.
 
#34864
Re:dropdown Menu goes under the ari image slider. 11 Years, 4 Months ago Karma: 0
Woo! You are AWESOME! Thank you so much for your quick response. You sir, are a genius! That worked great!
The administrator has disabled public write access.
 
Go to topPage: 12345678