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's under module content
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Sub Menu's under module content
#17812
Sub Menu's under module content 12 Years, 11 Months ago Karma: 0
Hi; I looked at all the other posts that had similar problems and cannot figure out which CSS file and which class needs to by changed...

Please look at this vertical menu and would appreciate your help in getting the z-index corrected

www.csi-llc.com/

Thanks
The administrator has disabled public write access.
 
#17814
Re:Sub Menu's under module content 12 Years, 11 Months ago Karma: 748
Hello,

Add the next CSS rule:

Code:


body .art-content-layout-row .art-sidebar1 .ariMenu
{
 z-index: 2;
}

body .art-sidebar1 .art-block
{
 z-index: 1;
}

.art-blockcontent-body ul.ux-menu li 
{
 margin: 0;
 padding: 0;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#17843
Re:Sub Menu's under module content 12 Years, 11 Months ago Karma: 0
Thanks this worked for Firefox but IE8 does not work !
The administrator has disabled public write access.
 
#17844
Re:Sub Menu's under module content 12 Years, 11 Months ago Karma: 748
Add the next CSS rule:

Code:


body .art-content-layout .art-sidebar1 .ariMenu
{
 z-index: 2;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#17846
Re:Sub Menu's under module content 12 Years, 11 Months ago Karma: 0
This rule is already in the CSS... I tried adding it to

menu.ie.min.css
menu.min.css
menu.css
Main template.css

Which one did I miss?

Thanks
The administrator has disabled public write access.
 
#17852
Re:Sub Menu's under module content 12 Years, 11 Months ago Karma: 748
Now it works fine in IE 8 browser. Try to clean browser's cache.

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