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?

Rounded corners on top level menu, but not on sub
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Rounded corners on top level menu, but not on sub
#31162
Rounded corners on top level menu, but not on sub 11 Years, 10 Months ago Karma: 0
On this site
LINKED REMOVED

I have place rounded corners on the top level menu items with spaces between, but it is also showing on the sub menus, which doesn't look good. How would I stop this for the sub, children items.
Last Edit: 2012/08/30 15:27 By wmuckell.Reason: LINKED REMOVED
The administrator has disabled public write access.
 
#31164
Re:Rounded corners on top level menu, but not on sub 11 Years, 10 Months ago Karma: 748
Hello,

What code do you use to add round corners?

Regards,
ARI Soft
The administrator has disabled public write access.
 
#31165
Re:Rounded corners on top level menu, but not on sub 11 Years, 10 Months ago Karma: 0
.ux-menu a {
display:block;
position:relative;
text-decoration:none;
color:#432;
background:#f3efec url(images/menu-item-bg.png) repeat;
font-size:12px;
line-height:12px;
padding:10px 14px;
margin-left: 2px;
margin-right: 2px;
border-top-width: 1px;
border-left-width: 1px;
border-top-style: solid;
border-left-style: solid;
border-top-color: #e3dad1;
border-left-color: #e3dad1;
-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}
The administrator has disabled public write access.
 
#31166
Re:Rounded corners on top level menu, but not on sub 11 Years, 10 Months ago Karma: 748
Use ".ux-menu A.ux-menu-link-level-0" CSS selector instead of ".ux-menu a"

Regards,
ARI Soft
The administrator has disabled public write access.
 
#31171
Re:Rounded corners on top level menu, but not on sub 11 Years, 10 Months ago Karma: 0
Brilliant Support as Ever!
The administrator has disabled public write access.
 
Go to topPage: 1