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?

2 Ari-Soft menus on same page - need to style diff
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: 2 Ari-Soft menus on same page - need to style diff
#22434
2 Ari-Soft menus on same page - need to style diff 12 Years, 7 Months ago Karma: 0
Something is hidden for guests. Please login or register to see it.

I have 2 Ari-Soft menus on the same page (see above image). I would like to style the 2 menus differently. Under system parameters>generate unique ID>YES

I'm using the code below for the 2nd menu. Unfortunately, it changes the border for the 1st menu as well.

BODY UL#{$id} LI A
{
background: transparent url("/images/active_bg.png");
}
#{$id} A.ux-menu-link-level-0
{
background: transparent url("/images/fancy_bg.png");
}
.ux-menu A.ux-menu-link-level-0
{
border-style: none !important;
}

This is what I'm looking to do (see image).

1st menu (top) transparent background, #333 on hover/active, no borders
2nd menu (bottom) background image, hover/active image, right border image, full width OR centered menu

Your assistance is greatly appreciated! THANK YOU!
The administrator has disabled public write access.
 
#22437
Re:2 Ari-Soft menus on same page - need to style diff 12 Years, 7 Months ago Karma: 748
Hello,

The next CSS rule is applied to all menu instances:

Code:


.ux-menu A.ux-menu-link-level-0
{
border-style: none !important;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#22456
Re:2 Ari-Soft menus on same page - need to style diff 12 Years, 7 Months ago Karma: 0
Thanks for your quick response! But how do I center/full width the menu?
The administrator has disabled public write access.
 
#22457
Re:2 Ari-Soft menus on same page - need to style diff 12 Years, 7 Months ago Karma: 0
I found the solve in another thread.

DIV.ux-menu-container
{
left: 0;
text-align: center;
}

UL.ux-menu
{
display: inline-block;
*display: inline;
zoom: 1;
}

Thanks!!!! Still looking how to use an image for the left border or just a left border solid color.
Last Edit: 2011/12/04 19:25 By ibs285.
The administrator has disabled public write access.
 
#22458
Re:2 Ari-Soft menus on same page - need to style diff 12 Years, 7 Months ago Karma: 748
Information about menu HTML layout and styles can be found here. It can be used to customize menu.

Regards,
ARI Soft
The administrator has disabled public write access.
 
Go to topPage: 1