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?

Two horizontal menu
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: Two horizontal menu
#28580
Two horizontal menu 12 Years, 1 Month ago Karma: 0
Hi, I'am working with joomla 1.7 and on localhost. I have two horizontal menu. One above and other below. And the below menu have more z-index than the above. How can I change z-index order?

Thanks!!

Federico Guariglia
Last Edit: 2012/05/23 06:44 By fedegua.Reason: image size
The administrator has disabled public write access.
 
#28581
Re:Two horizontal menu 12 Years, 1 Month ago Karma: 748
Hello,

We can help if you provide a link to a page where we can see the menus.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#28602
Re:Two horizontal menu 12 Years, 1 Month ago Karma: 0
I'm working in localhost.

How can i change the order of z-index?
if i have two ari ext menu.

thanks.
The administrator has disabled public write access.
 
#28605
Re:Two horizontal menu 12 Years, 1 Month ago Karma: 748
We suppose this is a problem with styles of elements from site template. We need to see the problem so we can investigate it.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#28617
Re:Two horizontal menu 12 Years, 1 Month ago Karma: 0
Hi, here is my web fedegua.webuda.com/tesure/
The administrator has disabled public write access.
 
#28618
Re:Two horizontal menu 12 Years, 1 Month ago Karma: 748
Add the next CSS rules:

Code:


body #menu_superior
{
 position: relative;
 z-index: 2;
}

body #contenido
{
 position: relative;
 z-index: 1;
}



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