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?