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?

Submenu Border-Radius last item
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Submenu Border-Radius last item
#22556
Submenu Border-Radius last item 12 Years, 7 Months ago Karma: 0
Hi there,

i am struggling to make the last entry of a submenu with a border-radius.
Last Edit: 2011/12/08 11:31 By blurb.
The administrator has disabled public write access.
 
#22557
Re:Submenu Border-Radius last item 12 Years, 7 Months ago Karma: 748
Hello,

Provide a screenshot where we can see how modified menu should look and a link to a page where we can see a menu.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#22559
Re:Submenu Border-Radius last item 12 Years, 7 Months ago Karma: 0
Hi there,

i uploaded the site:

I want the last submenu link to have round corners
Last Edit: 2011/12/08 11:31 By blurb.
The administrator has disabled public write access.
 
#22560
Re:Submenu Border-Radius last item 12 Years, 7 Months ago Karma: 748
Add the next CSS rule:

Code:


UL.ux-menu-sub LI A.ux-menu-link-last
{
 -ms-border-radius: 0 0 10px 10px !important;
 -webkit-border-radius: 0 0 10px 10px !important;
 -o-border-radius: 0 0 10px 10px !important;
 -moz-border-radius: 0 0 10px 10px !important;
 border-radius: 0 0 10px 10px !important;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#22561
Re:Submenu Border-Radius last item 12 Years, 7 Months ago Karma: 0
Great. Thank you. Rating on joomla.extensions is on the way. Excellent Support...
The administrator has disabled public write access.
 
Go to topPage: 1