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


Recent Events
  • 23/11/2024 Black Friday 2024

    BIG SALE, 30% discount for all our extensions. Use BF24 coupon code. Hurry up the discount is valid till 3 December.

  • 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.


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
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Round corner
#18556
Round corner 13 Years, 3 Months ago Karma: 0
Hi, I ask you if it's possible to have round corner also on sub.menus with a single item.

See attached image:


Thanks a lot!!!
The administrator has disabled public write access.
 
#18582
Re:Round corner 13 Years, 3 Months ago Karma: 760
Hello,

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
The administrator has disabled public write access.
 
#18591
Re:Round corner 13 Years, 3 Months ago Karma: 0
Thank you so much! It works!!!
The administrator has disabled public write access.
 
Go to topPage: 1