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?

Sub menu behind other module
(1 viewing) (1) Guest
Go to bottomPage: 123456789
TOPIC: Sub menu behind other module
#32691
Re:Sub menu behind other module 12 Years, 1 Month ago Karma: 0
Hello,

I'm also struggling with the submenu showing up behind content.

Site is 108.179.244.188/~ddoglaw/. Site uses JA Purity II template.

I've tried some of the other fixes in this thread to no avail.

Thanks for any help.

L.
The administrator has disabled public write access.
 
#32692
Re:Sub menu behind other module 12 Years, 1 Month ago Karma: 760
Hello,

Add the following CSS rules:

#ja-left, #ja-left1 {
overflow: visible;
position: relative;
z-index: 2;
}

Regards,
ARI Soft
The administrator has disabled public write access.
 
#32695
Re:Sub menu behind other module 12 Years, 1 Month ago Karma: 0
Fixed! Thank you so much!
The administrator has disabled public write access.
 
#34719
Re:Sub menu behind other module 11 Years, 11 Months ago Karma: 0
I Am facing the same problem, but not solved yet.
please help
ref link:
dev.3dbp.in/3DBIM/index.php/
The administrator has disabled public write access.
 
#34720
Re:Sub menu behind other module 11 Years, 11 Months ago Karma: 760
Hello,

Add the following CSS rules:

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

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

Regards,
ARI Soft
The administrator has disabled public write access.
 
#34721
Re:Sub menu behind other module 11 Years, 11 Months ago Karma: 0
Solved

Thank you very much sir
The administrator has disabled public write access.
 
Go to topPage: 123456789