Home News Contact Us Forum About Us Joomla 1.0.x Demo Joomla 1.5 Demo Products F.A.Q.
Shopping Cart


Recent Events
  • 29/12/2011 Merry Christmas and Happy New Year!

    Dear visitors, our office will be closed from December 30 to January 2 due to the celebration of the New Year. You can purchase and download our products, but we can not guarantee quick answers to your questions for this period of time. Happy New Year! Your ARI Soft team.

  • 27/09/2011 ARI Smart Content v. 1.8.0

    ARI Smart Content v. 1.8.0 is ready. New version is compatible with Joomla! 1.5, 1.6 and 1.7 and it is released under GNU GPL license.


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? 1 Year, 6 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? 1 Year, 6 Months ago Karma: 275
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? 1 Year, 6 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? 1 Year, 6 Months ago Karma: 275
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? 1 Year, 6 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? 1 Year, 6 Months ago Karma: 275
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