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?

center menu
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: center menu
#32816
center menu 12 Years, 6 Months ago Karma: 0
Hello,
at first i must say that my english is not really good. But I hope you understand my problem.
Here is my new site, were I use the ari ext menu on the left side: www.gsh-fussball.de/fussball/site/interaktiv/archiv.html
My problem was, that the submenus don’t fade or slide out. Nothing happens, when I go with the mouse over a menuitem. The submenu does not appear. I use the template JA Purity II.
In another thread I found an info, that I must copy some css code in the module. So I copy the following two css codes from the forum in it:
Code:


div.ux-menu-container ul.ux-menu,
div.ux-menu-container ul.ux-menu-sub
{
 padding: 0;
 margin: 0;
}
div.ux-menu-container ul.ux-menu li 
{
 overflow: visible;
 padding: 0;
 margin: 0;
}
#ja-left,
#ja-left .ja-col
{
 overflow: visible;
}


Now the submenus appear at hover. But the complete menu is now on the left side and not center like without this css code. Can anybody please help me, that I get the menu center?
The administrator has disabled public write access.
 
#32817
Re:center menu 12 Years, 6 Months ago Karma: 763
Hello,

Add the following CSS rule:

Code:


#ja-left1 UL.ux-menu
{
 margin: 0 auto;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#32820
Re:center menu 12 Years, 6 Months ago Karma: 0
Thanks a lot! Very fast support! Great!
The administrator has disabled public write access.
 
Go to topPage: 1