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?

the subitems are hidden behind the contents
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: the subitems are hidden behind the contents
#10063
the subitems are hidden behind the contents 13 Years, 3 Months ago Karma: 0
Hi,

i have some problem using the vertical version of the ari ext menu:
the subitems go behind the other modules and contents.
I really can't understand where is the problem.

this is the link where you can see directly the problem:
www.idepro.eu/con/index.php?option=com_content&view=article&id=48&Itemid=166&lang=it

i will appreciate your help!
The administrator has disabled public write access.
 
#10067
Re:the subitems are hidden behind the contents 13 Years, 3 Months ago Karma: 748
Hello,

Add the following CSS rules:

Code:


div#contentleft,
div#mainmiddle,
div#main-shift
{
 overflow: visible;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#10072
Re:the subitems are hidden behind the contents 13 Years, 3 Months ago Karma: 0
You are incredible!

but..
i have 2 more questions ( ):

1. what if i put the module in the left position like i did in this example:
www.idepro.eu/con/index.php?option=com_content&view=article&id=48&Itemid=203&lang=it

2. the topmenu-items go behind the ari ext menu!

please, help me!
i really like this extension and i'd like to use it!
thanx
The administrator has disabled public write access.
 
#10076
Re:the subitems are hidden behind the contents 13 Years, 3 Months ago Karma: 748
1. Use the following CSS rules:

Code:


#left div.mod-box div.box-3,
div#left
{
 overflow: visible;
}



2. Add the next CSS rule:

Code:


div#middle
{
 z-index: 1;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#10091
Re:the subitems are hidden behind the contents 13 Years, 3 Months ago Karma: 0
Your code works perfectly, but not for firefox:

only in the homepage, the menu doesn't work fine:

www.idepro.eu/con/

I've tried to change all the parameters of the module but without any changement.
I've also tried to remove some previous module from the page..but..no results.

i'm sure that there is something that is bothering the ari ext menu, but i can't understand what!
and why only fith firefox (ie and chrome work fine!)

Any idea?
Thank you
The administrator has disabled public write access.
 
#10092
Re:the subitems are hidden behind the contents 13 Years, 3 Months ago Karma: 748
It doesn't "ARI Ext Menu" problem. Your page contains incorrect HTML code, it doesn't contain closed </strong> tag. FireFox is sensitive for this errors. Fix it or provide temporary access to your Joomla! backend by email and we will try to help you.

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