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?

ARI slider block dropdown menu?
(1 viewing) (1) Guest
Go to bottomPage: 123
TOPIC: ARI slider block dropdown menu?
#14206
ARI slider block dropdown menu? 13 Years ago Karma: 0
Dear ARI Tech support,

ARI slider is blocking the dropdown menu list, even though there is no flash. The menu will shown if I disable the ARI slider. See link here. Latest Technology tab is a dropdown menu. Please help.

Thanks.

Tony
The administrator has disabled public write access.
 
#14210
Re: ARI slider block dropdown menu? 13 Years ago Karma: 0
Please help take a look for a solution. Need to demo it to my client today. THANKS.

Tony
The administrator has disabled public write access.
 
#14211
Re: ARI slider block dropdown menu? 13 Years ago Karma: 748
This is the problem with site template styles. Add the next CSS rule to site template CSS file that fix it:

Code:


DIV.art-header
{
 position: relative;
 z-index: 1;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#14214
Re:ARI slider block dropdown menu? 13 Years ago Karma: 0
THANK YOU!!

Tony
The administrator has disabled public write access.
 
#14930
Re:ARI slider block dropdown menu? 12 Years, 12 Months ago Karma: 0
similar issue here....Menu gets blocked in IE7...also in Chrome after slider animation goes into next image ...

See link here.
Last Edit: 2011/05/14 23:33 By cveile.
The administrator has disabled public write access.
 
#14937
Re:ARI slider block dropdown menu? 12 Years, 12 Months ago Karma: 748
Hello,

Add the next CSS rule to site template CSS file:

Code:


#s5_header_wrap
{
 position: relative;
 z-index: 999;
}



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