Home News Contact Us Forum About Us Demos Products F.A.Q.
Shopping Cart
You currently have 0 items in your cart.


Recent Events
  • 16/10/2012 "ARI Quiz" v.3.3.0

    "ARI Quiz" v. 3.3.0 is ready and it is compatible with Joomla! 3.0.

  • 01/09/2012 "ARI Quiz" v. 3.0.0

    We are glad to announce extremely waiting update for popular Joomla! quiz extension. "ARI Quiz" version 3.0.0 is ready. The code has been totally reworked. The extension is fully compatible with Joomla! MVC model and contains the following new features:


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 11 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 11 Months ago Karma: 441
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 11 Months ago Karma: 0
Thanks. worked perfect.
The administrator has disabled public write access.
 
Go to topPage: 1
gilt