Hello,
Thank you for your interest in our product.
1. You can use the next CSS rules:
Code: |
.ux-menu-vertical 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;
}
.ux-menu-vertical 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;
}
|
One note, this code works in browsers with support CSS 3. It doesn't work in IE browser.
2. The module doesn't support this ability. It can be done with "ARI YUI Menu" module.
Regards,
ARI Soft