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?

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, 11 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, 11 Months ago Karma: 760
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, 11 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, 11 Months ago Karma: 760
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, 11 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