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?

Some questions about menu layout :-)
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: Some questions about menu layout :-)
#8256
Some questions about menu layout :-) 13 Years, 6 Months ago Karma: 0
Hi there,

i'm trying to set up the ARI Ext Menu in order du fit to the layout of my webpage. Everything I added to the CSS-Tab I have found here in the forum:

Code:


.ux-menu LI a { line-height: 8px; }

.ux-menu-container .ux-menu A {
 background: #005ea8 none;
 border: 0px none;
}

.ux-menu-container .ux-menu A:hover,
.ux-menu-container .ux-menu A.ux-menu-link-hover
{
 background: #f39400 none;
}

.ux-menu-container .ux-menu A.current
{
 background: #f39400 none;
}



This is the result so far:



I would like to add the following changes:

- same width for every main button
- text left alligned

and if possible these changes would be nice:

- there should be some space between every main menu button
- the upper right corner of every main menu button should be skew (sorry, i don't know if this is the correct english word): cf. 2nd picture




is this possible with ari ext menu? and if so, can someone tell me how to do this?
Last Edit: 2010/10/31 20:09 By luigi.
The administrator has disabled public write access.
 
#8265
Re:Some questions about menu layout :-) 13 Years, 5 Months ago Karma: 747
Hello,

Could you provide link to page where we can see the menu on your site?

Regards,
ARI Soft
The administrator has disabled public write access.
 
#8276
Re:Some questions about menu layout :-) 13 Years, 5 Months ago Karma: 0
www.loslernen.de/spielwiese3/

username: ******
passwort: ******

please delete username/passwort from the forum, after you have read this message

thank you!
Last Edit: 2010/11/01 08:28 By admin.
The administrator has disabled public write access.
 
#8288
Re:Some questions about menu layout :-) 13 Years, 5 Months ago Karma: 747
Use the following CSS rule:

Code:


#menuoben .ux-menu LI.ux-menu-item-main
{
  width: 120px; /* width of main menu items */
  padding-right: 8px; /* space between main menu items */
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#8304
Re:Some questions about menu layout :-) 13 Years, 5 Months ago Karma: 0
Thank you! Works like a charm!
The administrator has disabled public write access.
 
#9248
Re:Some questions about menu layout :-) 13 Years, 4 Months ago Karma: 0
Only two doubts: where should I write the code: in my template CSS or in menu.css from ARI EXT MENU module??

I would like:
1 - same width for every main button of the menu
2 - menu covers the entire width of the page

is this possible?? and how??

I have write the code:

#menuoben .ux-menu LI.ux-menu-item-main
{
width: 120px; /* width of main menu items */
padding-right: 8px; /* space between main menu items */
}

in both CSS files and I have no get what I want. Please help...
The administrator has disabled public write access.
 
Go to topPage: 12