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?

the subitems are hidden behind main content
(1 viewing) (1) Guest
Go to bottomPage: 12345678
TOPIC: the subitems are hidden behind main content
#11478
Re:the subitems are hidden behind main content 13 Years, 4 Months ago Karma: 0
Ta very much. Brilliant.
The administrator has disabled public write access.
 
#11510
Re:the subitems are hidden behind main content 13 Years, 4 Months ago Karma: 0
my site is
www.erasitexniko-podosfairo.gr

and i've the ext menu in vertical mode on left side o site (in bottom)

the problem is tha submenus are sliding behind the content and behind the left sideline itself! (see the last option of menu...)

Please if you can help me it would be great!
The administrator has disabled public write access.
 
#11512
Re:the subitems are hidden behind main content 13 Years, 4 Months ago Karma: 748
Hello,

Add the following CSS rules:

Code:


.contentLayout DIV.sidebar1
{
 overflow: visible;
 z-index: 10;
}

.contentLayout DIV.content
{
 z-index: 1;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#11514
Re:the subitems are hidden behind main content 13 Years, 4 Months ago Karma: 0
Thanks for the immediate response!!!

now the menu works fine as for the content.
but it goes under the sidebar1 (left sidebar)...

go through the last option of my menu, and see the submenu tha appers behind the next left module of my page!!

if we fix this it will be great!!

one laste. on top my menu is now showing under the content and sidebar!!! before it was ok... please see it!
The administrator has disabled public write access.
 
#11517
Re:the subitems are hidden behind main content 13 Years, 4 Months ago Karma: 748
About top menu, add the next CSS rules:

Code:


DIV#ariyui70
{
  position: relativel
  z-index: 2;
}

DIV.contentLayout
{
  z-index: 1;
}



About problem with sidebar1, it can be fixed if your site template supports "CSS class prefix" parameter from modules.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#11520
Re:the subitems are hidden behind main content 13 Years, 4 Months ago Karma: 0
it supports them... what should i do?
The administrator has disabled public write access.
 
Go to topPage: 12345678