Home News Contact Us Forum About Us Demos Products F.A.Q.
Shopping Cart
You currently have 0 items in your cart.


Recent Events
  • 23/11/2024 Black Friday 2024

    BIG SALE, 30% discount for all our extensions. Use BF24 coupon code. Hurry up the discount is valid till 3 December.

  • 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.


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?

menu and submenue are behind a content
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: menu and submenue are behind a content
#9119
menu and submenue are behind a content 13 Years, 12 Months ago Karma: 0
So hereґs the problem (detailed at the attachment:
and
File Attachment:
File Name: template-bdc2056b1218438ef9975386bf5330c3.txt
File Size: 27769

the menue canґt open because is not in front of the construct.

See more here..

I use this Code for ARI Ext Menu
Code:

.ux-menu-container .ux-menu A,
.ux-menu-container .ux-menu-sub LI A,
.ux-menu-container LI A.ux-menu-link-first
{
border-right-style: none;
border-left-style: none;
border-top-style: none ;
border-bottom-style: none;
}
.ux-menu-container .ux-menu a{
background: transparent;
color: yellow;
}
.ux-menu-container .ux-menu a:hover
{
color:#e14615;
}

I read different post in the forum, but didґnt find a way to bring up the menue in the front of the structure
Any idea?

Thanks a lot...
Last Edit: 2010/11/30 19:53 By mirko.Reason: template
The administrator has disabled public write access.
 
#9129
Re:menu and submenue are behind a content 13 Years, 12 Months ago Karma: 760
Hello,

Use the following CSS rule:

Code:


#navigation div.moduletable
{
 overflow: visible;
}



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