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?

am stuck...
(1 viewing) (1) Guest
Go to bottomPage: 123
TOPIC: am stuck...
#10782
am stuck... 13 Years, 4 Months ago Karma: 0
the sub menus are popped-up and wont hide....how to solve this problem?the template is beez5(joomla 1.6)
The administrator has disabled public write access.
 
#10824
Re:am stuck... 13 Years, 4 Months ago Karma: 748
This problem with site template styles. Try to add the next CSS rules to "CSS Styles" parameter in module settings:

Code:


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

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


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

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

#header ul.ux-menu-sub li
{
  float: none;
  text-align: left;
}

#header .ux-menu-container ul
{
 max-width: none;
 padding: 0;
 margin: 0;
}



PS: Set "Auto width" parameter to "No".

Regards,
ARI Soft
The administrator has disabled public write access.
 
#10833
Re:am stuck... 13 Years, 4 Months ago Karma: 0
you're really awesome..thanks a lot Mr.Admin.....
The administrator has disabled public write access.
 
#13239
Re:am stuck... 13 Years, 3 Months ago Karma: 0
whre place the css style??i'm nubie for this!!
The administrator has disabled public write access.
 
#13240
Re:am stuck... 13 Years, 3 Months ago Karma: 748
For example in template.css file.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#13245
Re:am stuck... 13 Years, 3 Months ago Karma: 0
i try it...but like this pic
The administrator has disabled public write access.
 
Go to topPage: 123