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?

Drop-down sub-menus never disappear
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: Drop-down sub-menus never disappear
#7038
Drop-down sub-menus never disappear 13 Years, 7 Months ago Karma: 0
Hi! I'm a newbie at this, and I just installed ARI Ext Menu on our site.

I'm using the Beez template [site private].

The drop-down sub-menu just stays there. When I mouse over the parent ("about"), they briefly disappear to do their animation thing, but they never disappear. I've already tried the "Show only active sub-menus" item in the module; it's set to yes but makes no difference either way.

Can you help me?

Thanks!
Last Edit: 2010/09/09 04:07 By jbartlett.
The administrator has disabled public write access.
 
#7039
Re: Drop-down sub-menus never disappear 13 Years, 7 Months ago Karma: 0
Also - the regular main menu, with the same location set (user3), appears "right-justified", but with ARI Ext Menu I can't get it to do that; it wants to be left-justified.
The administrator has disabled public write access.
 
#7040
Re: Drop-down sub-menus never disappear 13 Years, 7 Months ago Karma: 747
Hello,

This problem with site template styles. Add the next CSS rules:

Code:


#header ul.ux-menu li a.ux-menu-link-parent:link, 
#header ul.ux-menu li a.ux-menu-link-parent:visited 
{
  padding-right: 24px;
}

#header .ux-menu ul.ux-menu-hidden
{
  display: none;
}

#header ul.ux-menu, 
#header ul.ux-menu ul 
{
 margin: 0;
 padding: 0;
}

#header ul.ux-menu li a:link, #header ul.ux-menu li a:visited 
{
  padding: 5px 14px;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#7045
Re: Drop-down sub-menus never disappear 13 Years, 7 Months ago Karma: 0
Awesome, that fixed the drop-downs; thanks!

Any way to move it over to the right side instead of the left?

Also - any way to make the sub-menus the same width as their parent?

And finally, which CSS document do we need to change to adjust colors?

Thanks again!
Last Edit: 2010/09/08 13:57 By jbartlett.
The administrator has disabled public write access.
 
#7048
Re: Drop-down sub-menus never disappear 13 Years, 7 Months ago Karma: 747
Add the next CSS rule:

Code:


#header .ux-menu-horizontal
{
  float: right;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#7051
Re: Drop-down sub-menus never disappear 13 Years, 7 Months ago Karma: 0
Awesome, that moved it to where I want it!

Can we do one more? How do I make the sub-menus take up the same width as their parent?

Thanks again!
The administrator has disabled public write access.
 
Go to topPage: 12