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?

ARI EXT MENU hidden behind image (Module Custom HT
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: ARI EXT MENU hidden behind image (Module Custom HT
#29278
ARI EXT MENU hidden behind image (Module Custom HT 12 Years, 5 Months ago Karma: 0
The main menu is visible, but the sub-menus (look at locations) get hidden by another module. How do we get the sub-menus "on top"?

Tried... to no avail.

Site is preview.darefamily.org

/*==== Added
#all #menubalk
{
z-index: 2;
}

#all #contentarea
{
z-index: 1;
}

body #all #contentarea2
{
z-index: 1
}
body #lbCenter
{
z-index: 29999;
}



-- Thamks.
The administrator has disabled public write access.
 
#29279
Re:ARI EXT MENU hidden behind image (Module Custom HT 12 Years, 5 Months ago Karma: 760
Hello,

Add the next CSS rule:

Code:


#rt-sidebar-a .rt-block
{
 overflow: visible !important;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#29324
Re:ARI EXT MENU hidden behind image (Module Custom HT 12 Years, 5 Months ago Karma: 0
Thanks. worked perfect.
The administrator has disabled public write access.
 
Go to topPage: 1