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 the contents
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: the subitems are hidden behind the contents
#10094
Re:the subitems are hidden behind the contents 13 Years, 3 Months ago Karma: 0
AGAIN: you are right!!

i've found the problem (that is in one article in the home page): a p tag is missing!

thank you again!
The administrator has disabled public write access.
 
#10146
Re:the subitems are hidden behind the contents 13 Years, 3 Months ago Karma: 0
The URL is www.valleiweb.nl/dzg.
The subitems are also hidden behind the content.

In which css file should I place?

Greetings.
The administrator has disabled public write access.
 
#10148
Re:the subitems are hidden behind the contents 13 Years, 3 Months ago Karma: 748
Add the following CSS rules:

Code:


.art-content-layout .art-sidebar1 
{
 position: relative;
 z-index: 20;
}

.ux-menu LI
{
 margin: 0;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#10149
Re:the subitems are hidden behind the contents 13 Years, 3 Months ago Karma: 0
It's work in Firefox and IE.

It didn't work in Chrome.
The administrator has disabled public write access.
 
#10157
Re:the subitems are hidden behind the contents 13 Years, 3 Months ago Karma: 748
Try to add the following CSS rule:

Code:


.art-content-layout .art-sidebar1 .art-block
{
 z-index: 20;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#10180
Re:the subitems are hidden behind the contents 13 Years, 3 Months ago Karma: 0
Thanks.

It's works
The administrator has disabled public write access.
 
Go to topPage: 12