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?

Menu automatic width
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Menu automatic width
#24713
Menu automatic width 12 Years, 4 Months ago Karma: 0
Hello,

I've been working on this for a few hours, but have been unsuccessful so far. I'm trying to do this:



Where the menu boxes are automatically resized to the size of the space, so if more menu items are created, or words are changed, it won't matter since the menu will just resize.

Here is the code I'm using:
Code:

/* ########################## ari ext menu width  ########################### */

#ariext94 LI.ux-menu-item-level-0
{
 width: 100% !important;
 hight: 50px !important;
}

UL#ariext94  LI.ux-menu-item1
{
 width: 100% !important;
 hight: 50px !important;
}

UL#ariext94  LI.ux-menu-item1 A
{
 text-align: center;
}
UL#ariext94  LI.ux-menu-item-level-1
{
  width: 137px;
}



However this is resizing all of the menu boxes to the width of the module, rather than the whole menu to the width of the module, with all of the menus inside spaced evenly.

Do you have any idea how I can achieve this? I would rather stay away from width = so-and-so if possible so the menu can be resized on the fly.

Thank you for your assistance!!
The administrator has disabled public write access.
 
#24718
Re:Menu automatic width 12 Years, 4 Months ago Karma: 748
Hello,

Sorry, but the module doesn't support this ability. It requires custom development.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#24723
Re:Menu automatic width 12 Years, 4 Months ago Karma: 0
Is there any way to get a menu (and it's objects) to stretch the length of an area?
The administrator has disabled public write access.
 
#24724
Re:Menu automatic width 12 Years, 4 Months ago Karma: 748
Currently not.

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