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?

round corner on vertical position
(1 viewing) (1) Guest
Go to bottomPage: 123456
TOPIC: round corner on vertical position
#19213
round corner on vertical position 12 Years, 7 Months ago Karma: 0
Hi please i need to know how can i add round corner on ARI Ext Menu vertical position .

Thank you
regards
The administrator has disabled public write access.
 
#19216
Re:round corner on vertical position 12 Years, 7 Months ago Karma: 747
Hello,

Use the next CSS rules:

Code:


.ux-menu-vertical LI A.ux-menu-link-first,
.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-vertical LI A.ux-menu-link-last,
.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-vertical LI A.ux-menu-link-first.ux-menu-link-last,
.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
The administrator has disabled public write access.
 
#19217
Re:round corner on vertical position 12 Years, 7 Months ago Karma: 0
Thank you for your reply i added the code you sent but it doesn't work correctly here's the link : www.multiservicecar.net
just the last button is perfect (liens utiles) thank you for helping me make the other buttons as this one.

Thank you for your help
The administrator has disabled public write access.
 
#19218
Re:round corner on vertical position 12 Years, 7 Months ago Karma: 747
Download and upgrade "ARI Ext Menu" module. It should help.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#19219
Re:round corner on vertical position 12 Years, 7 Months ago Karma: 0
Tahk you it work but i don't have space between the two last butons.

Best regards
The administrator has disabled public write access.
 
#19221
Re:round corner on vertical position 12 Years, 7 Months ago Karma: 747
Add the next CSS rule:

Code:


body .ux-menu-vertical li a.ux-menu-link-last
{
 border-style: solid !important;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
Go to topPage: 123456