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?

Hover Problem
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Hover Problem
#22097
Hover Problem 12 Years, 7 Months ago Karma: 0
Thanks for developing this Menu. I'm using Joomla 1.5

My Problem :
1. When hover, mainmenu and submenu are not show properly. the menu boxs are getting smaller.

2. What CSS file name that should I change ?

my website :

thanks again,
Last Edit: 2011/11/26 14:32 By defri.Reason: privacy
The administrator has disabled public write access.
 
#22098
Re:Hover Problem 12 Years, 7 Months ago Karma: 748
Hello,

This problem with site template styles. Add the next CSS rules to "CSS Styles" parameter in module settings:

Code:


#colleft UL.ux-menu LI
{
 list-style-image: none;
 padding: 0;
}

#colleft UL.ux-menu-sub
{
 padding: 0;
}

.ux-menu a
{
 padding: 10px 14px !important;
}

.ux-menu a.ux-menu-link-parent
{
 padding-right: 24px !important;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#22099
Re:Hover Problem 12 Years, 7 Months ago Karma: 0
It is working properly now!
thanks..
The administrator has disabled public write access.
 
Go to topPage: 1