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.
#20977
dropdown Menu goes under the ari image slider. 12 Years, 5 Months ago Karma: 0
dropdown Menu goes under the ari image slider.
Hi i see that this tread is solved always with a different css rule. this is my case ipmtransportpr.com/ i would like some help with this.

Regards,
The administrator has disabled public write access.
 
#20978
Re:dropdown Menu goes under the ari image slider. 12 Years, 5 Months ago Karma: 746
Hello,

Add the next CSS rule:

Code:


BODY #top
{
 position: relative;
 z-index: 1;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#20980
Re:dropdown Menu goes under the ari image slider. 12 Years, 5 Months ago Karma: 0
Thanks!!!


I also solved adding
#ais_31_wrapper, #ais_31 {
z-index:1;
}

to nivo-slider.css

but your solution is more elegant as i can put it into the same module.
Maybe sometime you should write a faq on this issue so people can determine what is the rule that works for each case.

thank you again, this is the best slideshow i've ever found.



Darwin
The administrator has disabled public write access.
 
#29906
Re:dropdown Menu goes under the ari image slider. 11 Years, 8 Months ago Karma: 0
Hello Administrator,

Could you please tell me where I can add the Code you're providing. Do I have to access mod_ariimageslider?

I tried adding the CSS rule on a few different places on the back-end of my template but no result (most likely because I am not completely sure what I am doing)

My site is www.wereldlampen.nl and as you can see the dropdown menu 'transport' isn't working properly when the slides start 'sliding'.

Thank you so much for your reply!
The administrator has disabled public write access.
 
#29909
Re:dropdown Menu goes under the ari image slider. 11 Years, 8 Months ago Karma: 746
Hello,

This problem with site template styles. Add the next CSS rule to a site template CSS file to fix the problem:

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

Regards,
ARI Soft
The administrator has disabled public write access.
 
#32783
Re:dropdown Menu goes under the ari image slider. 11 Years, 5 Months ago Karma: 0
Hi

same happens in my case:
testURL


can i solve this using a module class suffix?
if i put z-index:1; in css .nivoSlider it's fixed but i don't want to use that solution for obvious reasons.

Thanks
Last Edit: 2012/10/16 14:00 By kappadev.
The administrator has disabled public write access.
 
Go to topPage: 12345678