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?

Changing or removing separator /Width of menu item
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Changing or removing separator /Width of menu item
#4940
Changing or removing separator /Width of menu item 13 Years, 10 Months ago Karma: 0
Hello to everybody

First i want to say thank you for that great menu module. I really like it. Because I am also a little bit new to css and all that stuff I am trying hard at the moment how to remove the separators between the different menu items, or to change it to another graphic.

Also I have question concerning the width of the menu items and the different levels.

Is it possible to fix the width for the first level and keep the submenus flexibel in width?

I hope somebody can help me.

Thank you in advance and best regards.

Peter
Last Edit: 2010/06/19 17:56 By mana78.
The administrator has disabled public write access.
 
#4960
Re:Changing or removing separator /Width of menu item 13 Years, 10 Months ago Karma: 747
Hello,

Regarding your questions, you can use the following CSS rule that define width for first level menu items:

Code:


.yuimenubar .bd UL LI a
{
 width: 150px; /* specify necessary width */
}

.yuimenubar .bd UL LI .bd UL LI a
{
 width: auto;
}



and you can type the following CSS rules in 'CSS Styles' module parameter that remove separators:

Code:


body #{$id}.yui-skin-sam .yuimenubarnav .yuimenubaritem
{
  border-right-style: none;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#5227
Re:Changing or removing separator /Width of menu item 13 Years, 9 Months ago Karma: 0
Thank you very much for your help.

Really a great module.

Regards.
Peter
The administrator has disabled public write access.
 
Go to topPage: 1