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?

Slide out items behind other modules
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Slide out items behind other modules
#8559
Slide out items behind other modules 13 Years, 5 Months ago Karma: 0
The site I am currently developing, I am using the ARI YUI menu in a vertical orientation and the problem I am having is that the slide out menu is going behind other elements on the page. I have edited the CSS of the template trying to manipulate the z-index of the two columns but that has had no effect.

If I use a different template the submenu appears on top of the other elements, however this is not the case for the template I need.

The site is abflab.server101.com

I am also intereseted in how I remove the surrounding box around the menu. I tried the CSS here www.ari-soft.com/ARI-YUI-Menu/4798-removing-border-from-menu.html but that did not work for me.

Thanks

Girkers
Last Edit: 2010/11/10 12:37 By girkers.
The administrator has disabled public write access.
 
#8564
Re:Slide out items behind other modules 13 Years, 5 Months ago Karma: 747
Hello,

Add the following CSS rules:

Code:


.contentLayout DIV.sidebar1,
.contentLayout DIV.sidebar1 .Block,
.contentLayout DIV.sidebar1 .Block .BlockContent
{
 overflow: visible;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#8575
Re:Slide out items behind other modules 13 Years, 5 Months ago Karma: 0
This is great, works beautifully.

No to just get rid of the surrounding box.
The administrator has disabled public write access.
 
#8576
Re:Slide out items behind other modules 13 Years, 5 Months ago Karma: 747
Use the next CSS rules:

Code:


body #ariyui17.yui-skin-sam .yuimenu .bd 
{
 border-style: none;
}

body #ariyui17.yui-skin-sam .yuimenu .bd .bd
{
 border-style: solid;
}



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