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?

Vertical Menu Doesn't Expand
(1 viewing) (1) Guest
Go to bottomPage: 123
TOPIC: Vertical Menu Doesn't Expand
#10814
Vertical Menu Doesn't Expand 13 Years, 2 Months ago Karma: 0
My vertical menu doesn't do anything. It's showing the level menu items but when you hover, the only thing that happens is the color of that item changes. What am I doing wrong? Is it a problem with my "sidebar" not being wide enough or should it expand over into the content section automatically?
Thanks for any help that you can provide.
Last Edit: 2011/02/09 16:59 By tripp.
The administrator has disabled public write access.
 
#10815
Re:Vertical Menu Doesn't Expand 13 Years, 2 Months ago Karma: 748
Hello,

We suppose this problem with site template styles. Provide link to page where we can see this issue that we can investigate this problem.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#10816
Re:Vertical Menu Doesn't Expand 13 Years, 2 Months ago Karma: 0
Thanks for the quick response! Note that I have a horizontal menu already. Can it be that they are conflicting?
Last Edit: 2011/02/09 16:58 By tripp.
The administrator has disabled public write access.
 
#10817
Re:Vertical Menu Doesn't Expand 13 Years, 2 Months ago Karma: 748
Add the next CSS rules to "CSS Styles" parameter in module settings or to site template CSS file:

Code:


.art-blockcontent-body .ux-menu-container ul li
{
 overflow: visible;
 padding: 0;
 background-image: none;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#10818
Re:Vertical Menu Doesn't Expand 13 Years, 2 Months ago Karma: 0
Great! Almost there! It's expanding out, but is behind the text in the content. I changed the z-index in the module settings but that didn't do anything for me.
The administrator has disabled public write access.
 
#10819
Re:Vertical Menu Doesn't Expand 13 Years, 2 Months ago Karma: 748
Add the next CSS rule:

Code:


DIV.art-sidebar1 DIV.art-block
{
 z-index: 1;
}



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