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?

Main menu behind ARI Ext menus
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Main menu behind ARI Ext menus
#18825
Main menu behind ARI Ext menus 13 Years, 3 Months ago Karma: 0
Hi, first thanks for a great mod.

I was looking through this forum and can't find a solution to make sure my main menu (SWmenu) and main content aren't being obstructed by my vertical ARI Ext menus.

Also, I am having trouble adjusting the width, the container widens, but the menu items don't.

Here is a link to one of the pages running both menus:

www.t2marcom.com/offline/NPCASite/clean-room-products

Thank you for your help!
The administrator has disabled public write access.
 
#18831
Re:Main menu behind ARI Ext menus 13 Years, 3 Months ago Karma: 760
Hello,

Add the next CSS rule:

Code:


body .art-sheet 
{
 z-index:1;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#18841
Re:Main menu behind ARI Ext menus 13 Years, 3 Months ago Karma: 0
Wow that was easy! I tried another z index solution that didn't work so thanks so much!
The administrator has disabled public write access.
 
#19028
Re:Main menu behind ARI Ext menus 13 Years, 2 Months ago Karma: 0
Hello again,

Spoke too soon! The menu is obstructing the main content in Safari...I have tried unsuccessfully to adjust the width. What I would really like to do is make the background of the menu transparent.

Still haven't been able to find a solution. Here is the page (and it seems to only be happening in Safari):

www.t2marcom.com/offline/NPCASite/clean-room-products

Thanks for your help!
The administrator has disabled public write access.
 
#19040
Re:Main menu behind ARI Ext menus 13 Years, 2 Months ago Karma: 760
Hello,

If you want to change menu items width, use the next CSS rule:

Code:


ul#ariext39 li.ux-menu-item-main
{
 width: 232px !important;
}



If you want to use transparent background for main menu items, use the following CSS rule:

Code:


body ul#ariext39 li a
{
 background-color: transparent
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#19059
Re:Main menu behind ARI Ext menus 13 Years, 2 Months ago Karma: 0
The transparent rule didn't make the background transparent, gave it a sort of pinkish background, so I tried the width rule and that worked perfectly!

Thanks again!
The administrator has disabled public write access.
 
Go to topPage: 1