Hello,
Try to use the next CSS rules:
Code: |
.ux-menu-sub LI A.ux-menu-link-first
{
-moz-border-radius: 10px 10px 0 0;
-webkit-border-radius: 10px 10px 0 0;
-o-border-radius: 10px 10px 0 0;
border-radius: 10px 10px 0 0;
border-style: none !important;
}
.ux-menu-sub LI A.ux-menu-link-last
{
-moz-border-radius: 0 0 10px 10px;
-webkit-border-radius: 0 0 10px 10px;
-o-border-radius: 0 0 10px 10px;
border-radius: 0 0 10px 10px;
border-style: none !important;
}
.ux-menu-sub LI A.ux-menu-link-first.ux-menu-link-last
{
-moz-border-radius: 10px 10px 10px 10px;
-webkit-border-radius: 10px 10px 10px 10px;
-o-border-radius: 10px 10px 10px 10px;
border-radius: 10px 10px 10px 10px;
}
|
Regards,
ARI Soft