Home News Contact Us Forum About Us Demos Products F.A.Q.
Shopping Cart
You currently have 0 items in your cart.


Recent Events
  • 23/11/2024 Black Friday 2024

    BIG SALE, 30% discount for all our extensions. Use BF24 coupon code. Hurry up the discount is valid till 3 December.

  • 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.


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?

z-index?
(1 viewing) (1) Guest
Go to bottomPage: 1...3456789...11
TOPIC: z-index?
#24704
Re:z-index? 12 Years, 10 Months ago Karma: 0
Wow, thanks for the unbelievably fast response.


Worked perfectly.
The administrator has disabled public write access.
 
#36118
Re:z-index? 11 Years, 11 Months ago Karma: 0
Hello from Latvia!

I have a site under development (for-skola.optimal.lv/) where I am using ARI Ext Menu.
The problem is that the menu sub-categories don't show after i hover the button. It's absolute position is under the main component's module. I have tried all the suggestions here but nothing works.
Can You help me, please?

Thank You in advance!
Joomla extensions directory will have +1 for Your ARI Menu module.
Last Edit: 2013/01/27 23:27 By Raitix.
The administrator has disabled public write access.
 
#36132
Re:z-index? 11 Years, 11 Months ago Karma: 760
Hello,

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

.leftcol .innercol
{
overflow: visible;
}

Regards,
ARI Soft
The administrator has disabled public write access.
 
#36221
Re:z-index? 11 Years, 11 Months ago Karma: 0
Thank you very much! Nice and easy
As promised I have added a nice review on Joomla extensions directory
The administrator has disabled public write access.
 
#38089
Re:z-index? 11 Years, 9 Months ago Karma: 0
Hope you can help me too...

Code:


<div class="col-module-content clearfix">
<div id="ariext107_container" class="ux-menu-container ux-menu-clearfix" style="z-index: 9999;">
</div>



What do I have to change to get z-index 0 or nothing?

Used on my page www.christmas-cup.com

Thank you.
The administrator has disabled public write access.
 
#38092
Re:z-index? 11 Years, 9 Months ago Karma: 760
Hello,

Add the following CSS rule to "CSS Styles" parameter in module settings:

#ariext107_container
{
z-index: 0 !important;
}

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