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
#10820
Re:Vertical Menu Doesn't Expand 13 Years, 2 Months ago Karma: 0
Thanks for the excellent help and the very quick response!!!
The administrator has disabled public write access.
 
#10825
Re:Vertical Menu Doesn't Expand 13 Years, 2 Months ago Karma: 0
I just tested the menu in IE and its still showing itself being behind the content text. Why wouldn't the z-index code not fix this too?
The administrator has disabled public write access.
 
#10826
Re:Vertical Menu Doesn't Expand 13 Years, 2 Months ago Karma: 748
Try the following CSS rule:

Code:


DIV.art-sidebar1
{
 position: relative;
 z-index: 10;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#10827
Re:Vertical Menu Doesn't Expand 13 Years, 2 Months ago Karma: 0
www.orangeburg.sc.us/index.php?option=com_content&view=article&id=63&Itemid=167

It's still doing it.

This is the code that is in my css module field:
.art-blockcontent-body .ux-menu-container ul li
{
overflow: visible;
padding: 0;
background-image: none;
}
DIV.art-sidebar1 DIV.art-block
{
z-index: 1;
}
DIV.art-sidebar1
{
position: relative;
z-index: 10;
}
The administrator has disabled public write access.
 
#10828
Re:Vertical Menu Doesn't Expand 13 Years, 2 Months ago Karma: 748
Try this please:

Code:


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



Regards,
ARI Soft
The administrator has disabled public write access.
 
#10829
Re:Vertical Menu Doesn't Expand 13 Years, 2 Months ago Karma: 0
It works, thanks.

Why did it take that code for IE to show correctly?
The administrator has disabled public write access.
 
Go to topPage: 123