Hello,
I have a little problem.
I installed the ARI ext menu and its working great on internet explorer, mozilla firefox and google chrome.
However the submenus aren't showing correctly in Safari.
the website is
www.saceaindsutrie.com
I currently use the following css style.
#topmenu ul.ux-menu li a:link,
#topmenu ul.ux-menu li a:visited
{
display: block;
padding: 5px 5px;
}
#topmenu ul.ux-menu li a.ux-menu-link-parent:link,
#topmenu ul.ux-menu li a.ux-menu-link-parent:visited
{
display: block;
padding: 5px 5px 5px 5px;
}
#topmenu .ux-menu ul.ux-menu-hidden
{
display: none;
}
#topmenu ul.ux-menu
{
right: 0;
margin: 0;
padding: 0;
}
#topmenu ul.ux-menu-sub li
{
float: none;
text-align: left;
}
#topmenu .ux-menu-container ul
{
max-width: none;
padding: 0;
margin: 0;
}
#topmenu .ux-menu-item-main
{
width: 95.5px !important;
}
Could you please help me to fix this problem?
Thanks in advance.