Home News Contact Us Forum About Us Demos Products F.A.Q.
Shopping Cart
You currently have 0 items in your cart.


Recent Events
  • 31/12/2023 New Year SALE

    We are glad to announce New Year SALE. 25% discount for all our extensions. Use NY24 coupon code. Hurry up the discount is valid till 7 January.

  • 21/11/2023 BLACK FRIDAY 23 is coming

    BIG SALE, 35% discount for all our extensions. Use BF23 coupon code. Hurry up the discount is valid till 27 November.


2Checkout.com, Inc. is an authorized retailer of goods and services provided by ARI Soft. 2CheckOut




Follow us on twitter



Welcome, Guest
Please Login or Register.    Lost Password?

Two Questions
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Two Questions
#12613
Two Questions 13 Years, 2 Months ago Karma: 0
Hi all,
First of all many compliments for such beautiful extennsions that shortly will be reviewing.

TWO QUESTIONS:

1. Need to round corners of vertical menus, is it possible?

2. Need arrows on left, as module is placed on right and need submenu opened to the left. How is it possible?

Thanks
Antonio
The administrator has disabled public write access.
 
#12614
Re:Two Questions 13 Years, 2 Months ago Karma: 748
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
The administrator has disabled public write access.
 
Go to topPage: 1