I'm having a problem with the Ari Ext menu on the site
www.cambridgeart.org/. Anything dropping into the next section is clipped. As you can see in the "Exhibitions" tab one of the sub-sub items is clipped. Theme is Yoo-intro.
I added the code below but it didn't help ( z-index is set to 100)
Bob
div#header
{
overflow: visible;
}
#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;
position: relative;
}
#header ul.ux-menu-sub li
{
text-align: left;
}
#header .ux-menu-container ul
{
max-width: none;
padding: 0;
margin: 0;
}