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?

Sub menu behind other module
(1 viewing) (1) Guest
Go to bottomPage: 123456789
TOPIC: Sub menu behind other module
#8692
Sub menu behind other module 13 Years, 4 Months ago Karma: 0
Hi,

I've tried changing the z-index of the menu and other elements without success - the menu's sub items still sit behind the a module we have installed. The site can be seen here.

Grateful for any help.

Q.
The administrator has disabled public write access.
 
#8705
Re:Sub menu behind other module 13 Years, 4 Months ago Karma: 746
Hello,

Use the following CSS rule:

Code:


#container_1,
#container_1 #user_1,
#container_1 #navlinks
{
  position: relative;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#8713
Re:Sub menu behind other module 13 Years, 4 Months ago Karma: 0
Thank you - that worked
The administrator has disabled public write access.
 
#8810
Re:Sub menu behind other module 13 Years, 4 Months ago Karma: 0
hi
sorry for my english i know it's not so good
and thats why i probably have problem to fix my menu
my sub menu items are hide too behind the other modules

and i dont know where to exacly put the code you have wrote
i paste it in css style box in module parameters but it doesnt work
so if you could say how exacly use this code it will be great
oh and here is page so you can check the problem
massfps.pl
SoF
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#8811
Re:Sub menu behind other module 13 Years, 4 Months ago Karma: 746
Hello,

Use the following CSS rule:

Code:


body .art-contentLayout .art-sidebar1
{
 overflow: visible;
 z-index: 2;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#8812
Re:Sub menu behind other module 13 Years, 4 Months ago Karma: 0
works great thx for that and for quick repley
SoF
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
Go to topPage: 123456789