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 Corners
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Round Corners
#14023
Round Corners 13 Years, 2 Months ago Karma: 0
Hello, i was trying to make some round corners in the sub menus, but i dont find the way to do it, there is someone who can help me doing this?
The administrator has disabled public write access.
 
#14032
Re:Round Corners 13 Years, 2 Months ago Karma: 748
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
Last Edit: 2011/08/21 06:58 By admin.
The administrator has disabled public write access.
 
#14042
Re:Round Corners 13 Years, 2 Months ago Karma: 0
Thanks for the quick response, that was perfect. Thnaks a lot
The administrator has disabled public write access.
 
Go to topPage: 1