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?

Horizontal Submenu?
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: Horizontal Submenu?
#5865
Horizontal Submenu? 13 Years, 9 Months ago Karma: 0
For the site I am developing www.devxtemp.info/joomla/. I just installed YUI Menu (and am happy with what I see so far). A couple of questions:

1) I am trying to set up a horizontal menu for the first and second level - I don't see anything in the module parameters.

2) I tried to the Capitalize transform,, but nothing happens.

3) What is the best way to customize the colors of the menu elements?

4) Is there any documentation?

Thanks for your help.
The administrator has disabled public write access.
 
#5869
Re:Horizontal Submenu? 13 Years, 9 Months ago Karma: 748
Hello,

Regarding your questions:

1) The module doesn't provide this ability, it can display horizontal menu on the first level.

2) It works. Capitalize text transform do the following: transforms the first character of each word to uppercase. The module uses 'text-transform' CSS property, you can read about it here.

3) CSS rules can be used for this purpose. Specify what colors you want to change and we'll try to help you.

4) The module is based on YUI Menu widget. Information about menu style can be found in Skinning Reference section.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#5881
Re:Horizontal Submenu? 13 Years, 9 Months ago Karma: 0
Is there anything that does provide horizontal second level menu? This is a requirement.
The administrator has disabled public write access.
 
#5882
Re:Horizontal Submenu? 13 Years, 9 Months ago Karma: 748
You can try to play with CSS styles. For example, try to set "float" CSS property to "left" for the sub-level menu items.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#5915
Re:Horizontal Submenu? 13 Years, 9 Months ago Karma: 0
Thanks for the help on the other questions - that helps.

Can you provide an example of changing a CSS style and which file I need to edit to change the style (I am very new to Joomla)
The administrator has disabled public write access.
 
#5920
Re:Horizontal Submenu? 13 Years, 9 Months ago Karma: 748
You can place it in 'CSS Styles' parameter in module settings. You can use something like this:

#{$id}.yui-skin-sam .yuimenubar ul ul
{
width: auto;
position: relative;
}

#{$id}.yui-skin-sam .yuimenubar li.yuimenuitem
{
float: left;
}

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