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
#10979
Re:the subitems are hidden behind main content 13 Years, 4 Months ago Karma: 0
Good night! Sorry for disturbing but the problem is the same...
Playing with z-index didn't resolve. Could you kindly help?

mydetstvo.ru/
The administrator has disabled public write access.
 
#10980
Re:the subitems are hidden behind main content 13 Years, 4 Months ago Karma: 748
Hello,

Add the following CSS rules:

Code:


#jv-left .jv-inside,
#jv-left .jv-c2,
#jv-left .module
{
 overflow: visible;
}

ul.ux-menu li
{
 padding-left: 0;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#10985
Re:the subitems are hidden behind main content 13 Years, 4 Months ago Karma: 0
Thank you very much. It works again

As far as I learned from the forum there are a lot of questions concerning this issue. Maybe you could write the algorythm "where to look to make it visible".

Thanks again.
Last Edit: 2011/02/14 07:37 By milo12.
The administrator has disabled public write access.
 
#10986
Re:the subitems are hidden behind main content 13 Years, 4 Months ago Karma: 748
This problem with site template styles. Site template sets "overflow" CSS property to "hidden" for module containers.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#11033
Re:the subitems are hidden behind main content 13 Years, 4 Months ago Karma: 0
Hi, I have a similar problem to others here with IE7 cutting off several items. I am using your image slider with it and am so far really impressed with their functionality.

www.formulation.org.uk

Please can you advise on how to resolve the issue

Thanks in advance
The administrator has disabled public write access.
 
#11035
Re:the subitems are hidden behind main content 13 Years, 4 Months ago Karma: 748
Hello,

Add the following CSS rule:

Code:


DIV#ry-slider
{
  position: relative;
  z-index: 10;
}



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