I have tried this:
www.ari-soft.com/ARI-Ext-Menu/19213-round-corner-on-vertical-position.html#19216
to get my menus rounded. It didn't work. At the moment my CSS looks like this:
Code: |
DIV.ux-menu-container UL,
DIV.ux-menu-container UL LI
{
padding: 0;
margin: 0;
}
UL.ux-menu-hidden
{
display: none !important;
}
#headerMenu .moduletable
{
text-align: center;
}
#navmenu1 DIV.ux-menu-container
{
text-align: center !important;
}
#navmenu1 .ux-menu
{
display: inline-block;
zoom: 1;
*display: inline;
}
|